The following commit has been merged in the master branch:
commit bf0dd12b0b4cde2f638f82102c8ac3964b3ecaed
Author: Samuel Thibault <[email protected]>
Date: Sun Nov 27 23:02:33 2011 +0100
Fix pflocal.static link
* pflocal/Makefile (HURDLIBS): Add iohelp
diff --git a/pflocal/Makefile b/pflocal/Makefile
index a7e664f..7258e58 100644
--- a/pflocal/Makefile
+++ b/pflocal/Makefile
@@ -26,7 +26,7 @@ LCLHDRS = connq.h sock.h mig-decls.h mig-mutate.h sserver.h
MIGSTUBS = ioServer.o socketServer.o
OBJS = $(SRCS:.c=.o) $(MIGSTUBS)
-HURDLIBS = pipe trivfs fshelp threads ports ihash shouldbeinlibc
+HURDLIBS = pipe trivfs iohelp fshelp threads ports ihash shouldbeinlibc
MIGSFLAGS = -imacros $(srcdir)/mig-mutate.h
--
Debian GNU Hurd packaging