File: 2001_build-without-Werror.patch

package info (click to toggle)
buteo-sync-plugins-social 0.4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,036 kB
  • sloc: cpp: 17,652; xml: 449; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Build without -Werror when building as a Debian package.
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Forwarded: not needed, Debian-specific

--- a/src/common.pri
+++ b/src/common.pri
@@ -1,4 +1,4 @@
-QMAKE_CXXFLAGS += -Werror
+#QMAKE_CXXFLAGS += -Werror
 CONFIG += link_pkgconfig
 PKGCONFIG += \
     libsignon-qt5 \