[uClibc-cvs] CVS uClibc/libpthread

CVS User andersen andersen at codepoet.org
Wed Dec 22 21:24:34 UTC 2004


Update of /var/cvs/uClibc/libpthread
In directory nail:/tmp/cvs-serv22206/libpthread

Modified Files:
	Makefile 
Log Message:
Patch from Peter S. Mazinger:
Seperate out security features into a separate menu


--- /var/cvs/uClibc/libpthread/Makefile	2004/12/22 21:04:43	1.34
+++ /var/cvs/uClibc/libpthread/Makefile	2004/12/22 21:24:32	1.35
@@ -37,6 +37,12 @@
 ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
 	DIRS+=linuxthreads_db
 	LDFLAGS_THREAD_DB:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
+ifeq ($(UCLIBC_BUILD_RELRO),y)
+	LDFLAGS_PTHREAD_DB+=-z relro
+endif
+ifeq ($(UCLIBC_BUILD_NOW),y)
+	LDFLAGS_PTHREAD_DB+=-z now
+endif
 endif
 ifeq ($(DODEBUG),n)
 	LDFLAGS_THREAD_DB+=-s



More information about the uClibc-cvs mailing list