archrelease: copy trunk to extra-x86_64
[arch-packages.git] / apr / trunk / dont_override_external_buildflags
blobdb30a810dc7ea7c403a6c32079c53c04eb1f7817
1 # Don't force apr-using projects to use the compile flags used during
2 # apr's compilation.
3 Index: apr/build/apr_rules.mk.in
4 ===================================================================
5 --- apr.orig/build/apr_rules.mk.in      2010-04-21 17:20:26.000000000 +0200
6 +++ apr/build/apr_rules.mk.in   2013-11-01 21:22:19.655108671 +0100
7 @@ -41,10 +41,10 @@
8  # compilation and linking flags that are supposed to be set only by the user.
9  # configure adds to them for tests, but we restore them at the end.
10  #
11 -CFLAGS=@CFLAGS@
12 -CPPFLAGS=@CPPFLAGS@
13 -LDFLAGS=@LDFLAGS@
14 -LIBS=@LIBS@
15 +CFLAGS?=@CFLAGS@
16 +CPPFLAGS?=@CPPFLAGS@
17 +LDFLAGS?=@LDFLAGS@
18 +LIBS?=@LIBS@
19  DEFS=@DEFS@
21  # anything added to the standard flags by configure is moved to EXTRA_*