opnsense-ports/audio/murmur/files/patch-compiler.pri
Franco Fichtner 65a742671f */*: sync with upstream
Taken from: FreeBSD
2016-12-18 10:25:29 +01:00

11 lines
320 B
Text

--- compiler.pri.orig 2015-07-09 13:23:46 UTC
+++ compiler.pri
@@ -111,7 +111,7 @@ unix:!macx {
CONFIG(debug, debug|release) {
QMAKE_CFLAGS *= -fstack-protector -fPIE -pie
QMAKE_CXXFLAGS *= -fstack-protector -fPIE -pie
- QMAKE_LFLAGS = -Wl,--no-add-needed
+ QMAKE_LFLAGS =
}
DEFINES *= _FORTIFY_SOURCE=2