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 <nt...@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to