File: cflags.patch

package info (click to toggle)
libxsettings-client 0.17-10
  • links: PTS
  • area: main
  • in suites: bullseye, buster
  • size: 1,676 kB
  • ctags: 261
  • sloc: sh: 8,792; ansic: 710; xml: 573; makefile: 123
file content (14 lines) | stat: -rw-r--r-- 384 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Don't overwrite CFLAGS in configure.ac
Author: Adrian Bunk <bunk@debian.org>

--- libxsettings-client-0.17.orig/configure.ac
+++ libxsettings-client-0.17/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([xsettings-client.c])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 AM_CONFIG_HEADER(config.h)
 
-CFLAGS="-Os -Wall"
+#CFLAGS="-Os -Wall"
 
 # Checks for programs.
 AC_PROG_CC