From 2c414dc400729160ec4d2004c60470ce59ad9008 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 30 Dec 2015 01:40:22 +0100 Subject: Add missing libraries to fix link errors This fixes several linking problems I had in my recent cross-compilation of the Hurd. I added missing static libraries and also organized some of the targets for more concise rules. * console-client/Makefile: Add libiohelp.a and libihash.a. * daemons/Makefile: Add libihash.a and libshouldbeinlibc.a. * devnode/Makefile: Add iohelp and ihash to HURDLIBS. * random/Makefile: Likewise. * trans/Makefile: Reorder targets alphabetically and add libiohelp.a and libihash.a. * utils/Makefile: Add libihash.a. --- random/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'random') diff --git a/random/Makefile b/random/Makefile index 0949b637..5bdc9b1e 100644 --- a/random/Makefile +++ b/random/Makefile @@ -24,7 +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 ports fshelp ihash shouldbeinlibc +HURDLIBS = trivfs ports fshelp ihash iohelp shouldbeinlibc OTHERLIBS = -lpthread include ../Makeconf -- cgit v1.2.3