diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:58:08 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-11-25 23:58:08 +0000 |
| commit | 630bf55d4bcd45540ca397d6b83c9465380dd008 (patch) | |
| tree | 56ead8cdd2b5595b57d1dad38f24b08657c6f413 /libbpf | |
| parent | b474ef57e5e75f798250c42e88639fc25595142b (diff) | |
| parent | 4ba1188ef5ef2caf46cfedb522e83abf9d59fc54 (diff) | |
Merge branch 'dde-clean' into upstream-merged
Diffstat (limited to 'libbpf')
| -rw-r--r-- | libbpf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpf/Makefile b/libbpf/Makefile index 1000429d..ec0723c9 100644 --- a/libbpf/Makefile +++ b/libbpf/Makefile @@ -26,7 +26,7 @@ installhdrs = bpf_impl.h MIGSTUBS = OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS)) -HURDLIBS = threads +OTHERLIBS = -lpthread MIGCOMSFLAGS = |
