[perl-openssl-defaults] 01/03: Use CPPFLAGS in the build

ntyni at debian.org ntyni at debian.org
Sat Jan 14 11:14:21 UTC 2017


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

ntyni pushed a commit to branch master
in repository perl-openssl-defaults.

commit cf98db01b80136c712774b6deef7de221b86981a
Author: Niko Tyni <ntyni at debian.org>
Date:   Mon Jan 2 18:27:07 2017 +0200

    Use CPPFLAGS in the build
    
    This fixes a warning from the build log scanner
    (https://qa.debian.org/bls/)
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 63a727e..2628bde 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 openssl-version: openssl-version.c
-	$(CC) $(CFLAGS) $(LDFLAGS) $< -o $@ -lcrypto
+	$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $< -o $@ -lcrypto
 
 clean:
 	$(RM) openssl-version

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perl-openssl-defaults.git



More information about the Pkg-perl-cvs-commits mailing list