[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
build tarfs missing linker (patch)
From: |
Arne Babenhauserheide |
Subject: |
build tarfs missing linker (patch) |
Date: |
Thu, 24 Mar 2011 20:30:07 +0100 |
User-agent: |
KMail/4.6 beta4 (Linux/2.6.36-gentoo-r5; KDE/4.6.1; x86_64; git-8567c39; 2011-03-19) |
Same as with nsmux:
commit 8b44ac43392314ead5c686ac74484b6190b3dfce
Author: Arne Babenhauserheide (on hurd) <arne@draketo.de>
Date: Thu Mar 24 19:27:48 2011 +0000
Build System
* Makefile: Add missing linking to libmachuser and libhurduser
diff --git a/Makefile b/Makefile
index 87c85d3..7418cdc 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ CFLAGS += -DDEBUG_ZIP # zip stores debugging
# Note: -lz has to be first otherwise inflate() will be the exec server's
# inflate function
LDFLAGS = -L~ -lz -L. -lnetfs -lfshelp -liohelp -lports \
+ -lmachuser -lhurduser \
-lihash -lshouldbeinlibc -lthreads -lstore -lbz2 #-lpthread
CTAGS = ctags
--
singing a part of the history of free software:
- http://infinite-hands.draketo.de
signature.asc
Description: This is a digitally signed message part.
- build tarfs missing linker (patch),
Arne Babenhauserheide <=