summaryrefslogtreecommitdiff
path: root/debian/patches/external.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/external.patch')
-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
-