[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[hurd] 02/06: Add missing libraries to fix bootstrap link
From: |
Samuel Thibault |
Subject: |
[hurd] 02/06: Add missing libraries to fix bootstrap link |
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 8f2d35538813669eb0bde0a41b0bc9c4484d59a8
Author: Samuel Thibault <address@hidden>
Date: Thu Feb 25 23:22:23 2016 +0100
Add missing libraries to fix bootstrap link
* eth-multiplexer/Makefile (HURDLIBS): Add ihash and iohelp.
---
eth-multiplexer/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eth-multiplexer/Makefile b/eth-multiplexer/Makefile
index 8b392f4..159f385 100644
--- a/eth-multiplexer/Makefile
+++ b/eth-multiplexer/Makefile
@@ -26,7 +26,7 @@ MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
device-MIGSFLAGS="-DMACH_PAYLOAD_TO_PORT=ports_payload_get_name"
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
LCLHDRS = ethernet.h util.h vdev.h netfs_impl.h
-HURDLIBS=ports fshelp shouldbeinlibc netfs bpf
+HURDLIBS = ihash iohelp ports fshelp shouldbeinlibc netfs bpf
LDLIBS += -lpthread
CFLAGS += -I$(top_srcdir)/libbpf
--
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, 2016/02/28
- [hurd] 02/06: Add missing libraries to fix bootstrap link,
Samuel Thibault <=
- [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