summaryrefslogtreecommitdiff
path: root/debian/patches/external.patch
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:04:17 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-11-26 00:04:17 +0000
commitd6339873a35867819e4a906d923e8731ce377e8e (patch)
treec5cc877f24344331d2ba396e6e049f3420ea6abb /debian/patches/external.patch
parenteaa76a8dee2236d7f3f493ada113576d0e47f453 (diff)
parent611dd73e13e9dff0d05bd5fde55237df2998df8d (diff)
Merge remote-tracking branch 'origin/master-pthreads'
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
-