libqt5-qtwebengine/strip.diff

11 lines
564 B
Diff

--- a/src/core/core_module.pro 2014-08-24 03:29:27.168702560 +0200
--- b/src/core/core_module.pro 2014-08-24 03:30:02.431261717 +0200
@@ -22,5 +22,5 @@ CONFIG -= bsymbolic_functions
contains(QT_CONFIG, egl): CONFIG += egl
linux {
- CONFIG(release, debug|release) | contains(QT_CONFIG, separate_debug_info): QMAKE_POST_LINK="cd $(DESTDIR) && $(STRIP) --strip-unneeded $(TARGET)"
+ CONFIG(release, debug|release) | contains(QT_CONFIG, separate_debug_info): QMAKE_POST_LINK="cd $(DESTDIR) && strip --strip-unneeded $(TARGET)"
}
\ No newline at end of file