Package: qpxtool / 0.7.2-4.1

05-add-hardening-flags-in-compiler-options.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Add hardening flags in compiler options
Author: Boris Pek <tehnick-8@mail.ru>
Last-Update: 2014-04-12

--- a/gui/qpxtool.pro
+++ b/gui/qpxtool.pro
@@ -13,6 +13,9 @@
 DEPENDPATH += . include locale src
 INCLUDEPATH += . include
 
+QMAKE_CXXFLAGS += $$(CXXFLAGS)
+QMAKE_LFLAGS += $$(LDFLAGS)
+
 # Input
 HEADERS += include/about.h \
            include/abstractpreview.h \