[proftpd-dfsg] 03/05: Revised *FLAGS for build

Francesco Lovergine frankie at moszumanska.debian.org
Fri Jan 12 09:33:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository proftpd-dfsg.

commit e345569797224d3f1fa183e6b8489d55fafcfa83
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Wed Jan 10 16:22:02 2018 +0100

    Revised *FLAGS for build
---
 debian/patches/autotools | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/patches/autotools b/debian/patches/autotools
index 98a6e93..0f14fce 100644
--- a/debian/patches/autotools
+++ b/debian/patches/autotools
@@ -30,12 +30,18 @@ Forwarded: not needed
  LIBEXECDIR=@LIBEXECDIR@
  LIBS=@LIBS@ @LIBRARIES@
  LIBTOOL=@LIBTOOL@
-@@ -55,7 +55,7 @@
+@@ -50,12 +50,12 @@
+ 
+ # Preprocessor compilation flags.
+ #
+-CPPFLAGS=@CPPFLAGS@ -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES)
++CPPFLAGS=@CPPFLAGS@ -DHAVE_CONFIG_H $(DEFAULT_PATHS) $(PLATFORM) $(INCLUDES) $(shell dpkg-buildflags --get CPPFLAGS)
+ ADDL_CPPFLAGS=@ADDL_CPPFLAGS@
  
  # Our compiler flags.
  #
 -CFLAGS=@CFLAGS@
-+CFLAGS=@CFLAGS@ $(shell dpkg-buildflags --get CPPFLAGS)
++CFLAGS=@CFLAGS@ $(shell dpkg-buildflags --get CFLAGS)
  DEFINES=$(PLATFORM)
  
  # Module-specific libraries to link against.  These libraries may be

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-proftpd/proftpd-dfsg.git



More information about the Pkg-proftpd-maintainers mailing list