diff options
Diffstat (limited to 'lib/librthread')
-rw-r--r-- | lib/librthread/Makefile | 4 | ||||
-rw-r--r-- | lib/librthread/shlib_version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/librthread/Makefile b/lib/librthread/Makefile index aa9be7bab36..f81484f838a 100644 --- a/lib/librthread/Makefile +++ b/lib/librthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.31 2012/08/02 13:38:39 okan Exp $ +# $OpenBSD: Makefile,v 1.32 2012/08/15 18:08:22 matthew Exp $ # For ``COMPILER_VERSION'' .include <bsd.own.mk> @@ -13,7 +13,7 @@ CFLAGS+=-Wmissing-prototypes CFLAGS+=-Wstrict-prototypes CFLAGS+=-Wsign-compare CFLAGS+=-I${LIBCSRCDIR}/arch/${MACHINE_CPU} -I${LIBCSRCDIR}/include -LDADD = -Wl,-znodelete,-zinitfirst +LDADD = -Wl,-znodelete,-zinitfirst,-znodlopen .PATH: ${.CURDIR}/arch/${MACHINE_CPU} SRCS= rthread.c \ diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version index 84e2c2920d7..ffdd3d2d569 100644 --- a/lib/librthread/shlib_version +++ b/lib/librthread/shlib_version @@ -1,2 +1,2 @@ -major=16 +major=17 minor=0 |