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. --- daemons/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/Makefile b/daemons/Makefile index db1acc77..9d32617d 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -38,7 +38,8 @@ include ../Makeconf rc: rc.sh getty: getty.o ../libshouldbeinlibc/libshouldbeinlibc.a mail.local: lmail.o ../libshouldbeinlibc/libshouldbeinlibc.a -console-run: console-run.o ../libfshelp/libfshelp.a ../libports/libports.a +console-run: console-run.o ../libfshelp/libfshelp.a ../libports/libports.a \ + ../libihash/libihash.a ../libshouldbeinlibc/libshouldbeinlibc.a runttys: runttys.o runttys-LDLIBS = -lutil -- cgit v1.2.3