summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 22:58:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-25 22:58:35 +0100
commit5d3674d34c192965a391dd2cd6d2b077d4d7156d (patch)
tree577bf0040b208d327dbfd1b2dc9902848498dde4
parentd4d84d351c0935c841067d7e9d122db6bd0efd46 (diff)
Fix linking
-rw-r--r--debian/patches/external.patch5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/patches/external.patch b/debian/patches/external.patch
index 74ee402b..19c9b97a 100644
--- a/debian/patches/external.patch
+++ b/debian/patches/external.patch
@@ -55,7 +55,7 @@ Index: hurd-debian/procfs/Makefile
===================================================================
--- hurd-debian.orig/procfs/Makefile 2010-09-27 19:50:41.000000000 +0000
+++ hurd-debian/procfs/Makefile 2010-09-27 19:50:46.000000000 +0000
-@@ -1,26 +1,30 @@
+@@ -1,26 +1,31 @@
-TARGET = procfs
-OBJS = procfs.o netfs.o procfs_dir.o \
- process.o proclist.o rootdir.o dircat.o main.o
@@ -97,7 +97,8 @@ Index: hurd-debian/procfs/Makefile
-LIBS= -lnetfs -lfshelp -liohelp -lps -lports -lthreads -lihash -lshouldbeinlibc
-endif
+OBJS = $(SRCS:.c=.o)
-+HURDLIBS = netfs fshelp iohelp ps ports threads ihash shouldbeinlibc
++HURDLIBS = netfs fshelp iohelp ps ports ihash shouldbeinlibc
++OTHERLIBS = -lpthread
-CPPFLAGS += -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64
-