summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-23 22:53:39 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-23 22:53:39 +0000
commit146313a612ab924c58ce92532ac4e8cb7e82018c (patch)
tree75bc426f8f99d80fd1dea9beb70ea6984195340c /libpthread
parentda3e98dd83881025c0e7bd5ce047e559e382943e (diff)
depend on ldso
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/linuxthreads.old/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in
index ce78248c3..803cb0824 100644
--- a/libpthread/linuxthreads.old/Makefile.in
+++ b/libpthread/linuxthreads.old/Makefile.in
@@ -7,6 +7,7 @@
#
CFLAGS-linuxthreads.old := -DNOT_IN_libc $(SSP_ALL_CFLAGS)
+CFLAGS-linuxthreads.old += -DIS_IN_linuxthreads=1 -D_GNU_SOURCE
CFLAGS-libpthread/linuxthreads.old/sysdeps/$(TARGET_ARCH)/ := $(CFLAGS-linuxthreads.old)
@@ -21,7 +22,7 @@ else
LDFLAGS-libpthread.so := $(LDFLAGS)
endif
-LIBS-libpthread.so := $(LIBS)
+LIBS-libpthread.so := $(LIBS) $(ldso)
START_FILE-libpthread.so := $(SHARED_START_FILES)
END_FILE-libpthread.so := $(SHARED_END_FILES)