From b230957d93a8a8949e37b9d0ed6d451cde127e7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sandro=20Knau=C3=9F?= Date: Tue, 15 Jan 2019 22:21:35 +0100 Subject: [PATCH] Don't modify build flags within the package Origin: debian Forwarded: not-needed Last-Update: 2021-01-03 For being able to have full control over the build process, we need full control over the build flags set. That's why it is recommended to disable any modification from these flags from package side. Gbp-Pq: Name 0002-use_system_buildflags.patch --- src/csync/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/csync/CMakeLists.txt b/src/csync/CMakeLists.txt index deb6c36a3..e94ee65cc 100644 --- a/src/csync/CMakeLists.txt +++ b/src/csync/CMakeLists.txt @@ -14,7 +14,6 @@ set(LIBRARY_SOVERSION "0") # add definitions include(DefineCMakeDefaults) include(DefinePlatformDefaults) -include(DefineCompilerFlags) include(DefineOptions.cmake) include(DefineInstallationPaths) -- 2.30.2