The following commit has been merged in the random-pthreads branch:
commit 46c4a11990c09202bbfdb7709ad11013c8afbbf7
Author: Richard Braun <[email protected]>
Date: Sun Nov 25 22:55:47 2012 +0100
Fix linking
diff --git a/Makefile b/Makefile
index 9b3a95d..0949b63 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ target = random
SRCS = random.c gnupg-random.c gnupg-rmd160.c
OBJS = $(SRCS:.c=.o) startup_notifyServer.o
LCLHDRS = gnupg-random.h gnupg-rmd.h gnupg-bithelp.h random.h
-HURDLIBS = trivfs threads ports fshelp ihash shouldbeinlibc
+HURDLIBS = trivfs ports fshelp ihash shouldbeinlibc
+OTHERLIBS = -lpthread
include ../Makeconf
--
Debian GNU Hurd packaging