Package: solarpowerlog / 0.24-6

02-dont-ovewrite-cppflags.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Don't overwrite CPPFLAGS in configure.ac
Author: Tobias Frost <tobi@coldtobi.de>
Forwarded: not-needed, applied upstream in repository
Last-Update: 2014-06-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@
 
 LT_INIT
 
-CPPFLAGS="-Wall -Wextra"
+CPPFLAGS+=" -Wall -Wextra"
 
 # we want this header to be created.
 AC_CONFIG_HEADERS(src/config.h)