[uClibc-cvs] CVS uClibc/libpthread

CVS User andersen andersen at codepoet.org
Wed Dec 22 21:04:44 UTC 2004


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

Modified Files:
	Makefile 
Log Message:
Cleaned up patch from Peter S. Mazinger adding support for
-fstack-protector and -fno-stack-protector-all security
options


--- /var/cvs/uClibc/libpthread/Makefile	2004/12/11 13:23:14	1.33
+++ /var/cvs/uClibc/libpthread/Makefile	2004/12/22 21:04:43	1.34
@@ -19,6 +19,8 @@
 TOPDIR=../
 include $(TOPDIR)Rules.mak
 
+CFLAGS+=$(SSP_ALL_CFLAGS)
+
 #Adjust the soname version to avoid namespace collisions with glibc's libpthread
 LIBPTHREAD=libpthread.a
 LIBPTHREAD_SHARED=libpthread.so



More information about the uClibc-cvs mailing list