summaryrefslogtreecommitdiffstats
path: root/lib/libthr/Makefile
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2009-11-28 14:34:28 +0000
committerkib <kib@FreeBSD.org>2009-11-28 14:34:28 +0000
commit63a17ed2328a0a3fc048f3f21da42cf5e9404396 (patch)
treeaa50e348f5236afbc24ad25c07752f461dc3bc0e /lib/libthr/Makefile
parentd9873126f6ca1d91a7453a54be79b6408e5f4fd6 (diff)
downloadFreeBSD-src-63a17ed2328a0a3fc048f3f21da42cf5e9404396.zip
FreeBSD-src-63a17ed2328a0a3fc048f3f21da42cf5e9404396.tar.gz
Revert r199830 for now. Too many ports dlopen() libraries linked with
libthr, but forgot to link main binary with it.
Diffstat (limited to 'lib/libthr/Makefile')
-rw-r--r--lib/libthr/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libthr/Makefile b/lib/libthr/Makefile
index b4ec8fe..ee981d8 100644
--- a/lib/libthr/Makefile
+++ b/lib/libthr/Makefile
@@ -25,7 +25,7 @@ CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf
CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
CFLAGS+=-I${.CURDIR}/../libthread_db
CFLAGS+=-Winline
-LDFLAGS+=-Wl,-znodelete -Wl,-znodlopen
+LDFLAGS+=-Wl,-znodelete
VERSION_DEF=${.CURDIR}/../libc/Versions.def
SYMBOL_MAPS=${.CURDIR}/pthread.map
OpenPOWER on IntegriCloud