[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 03/06: libbpf: Drop unused dependency on libpthread
From: |
Samuel Thibault |
Subject: |
[hurd] 03/06: libbpf: Drop unused dependency on libpthread |
Date: |
Sun, 28 Feb 2016 17:52:02 +0000 |
This is an automated email from the git hooks/post-receive script.
sthibault pushed a commit to branch dde
in repository hurd.
commit 9461ac2373a2afe9a0decc09500959992623a31d
Author: Samuel Thibault <address@hidden>
Date: Sat Feb 27 13:37:19 2016 +0100
libbpf: Drop unused dependency on libpthread
* libbpf/Makefile (LDLIBS): Remove -lpthread.
---
libbpf/Makefile | 2 --
1 file changed, 2 deletions(-)
diff --git a/libbpf/Makefile b/libbpf/Makefile
index 37189af..8b02a2a 100644
--- a/libbpf/Makefile
+++ b/libbpf/Makefile
@@ -26,8 +26,6 @@ installhdrs = bpf_impl.h queue.h
MIGSTUBS =
OBJS = $(sort $(SRCS:.c=.o) $(MIGSTUBS))
-LDLIBS += -lpthread
-
MIGCOMSFLAGS =
include ../Makeconf
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-hurd/hurd.git
- [hurd] branch dde updated (cb08549 -> f8f6870), Samuel Thibault, 2016/02/28
- [hurd] 03/06: libbpf: Drop unused dependency on libpthread,
Samuel Thibault <=
- [hurd] 02/06: Add missing libraries to fix bootstrap link, Samuel Thibault, 2016/02/28
- [hurd] 06/06: Merge branch 'dde-upstream' into dde, Samuel Thibault, 2016/02/28
- [hurd] 01/06: Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/hurd into dde, Samuel Thibault, 2016/02/28
- [hurd] 05/06: Merge branch 'dde' of git.savannah.gnu.org:/srv/git/hurd/incubator into dde-upstream, Samuel Thibault, 2016/02/28
- [hurd] 04/06: libmachdev: Fix cross-build, Samuel Thibault, 2016/02/28