diff options
Diffstat (limited to 'libpthread/Makefile')
-rw-r--r-- | libpthread/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile index 709d22b49..4a763ca78 100644 --- a/libpthread/Makefile +++ b/libpthread/Makefile @@ -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 |