ifolder/dev-db/libflaim/files/libflaim-fortify.patch

12 lines
262 B
Diff

--- libflaim-4.9.966.orig/Makefile
+++ libflaim-4.9.966/Makefile
@@ -935,7 +935,7 @@
static_lib_suffix = .a
shared_lib_suffix = .so.$(shared_lib_version)
- compiler = g++
+ compiler = g++ -U_FORTIFY_SOURCE -fPIC
exe_linker = g++
shared_linker = g++