]> git.proxmox.com Git - librados2-perl.git/commitdiff
buildsys: drop unused CFLAGS line
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 18 Jun 2019 14:05:16 +0000 (16:05 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 18 Jun 2019 14:05:19 +0000 (16:05 +0200)
it got overwritten the line afterwards

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index 38ba0a70eb993fe472f702f7bdb86ca37806e638..f872c8b493064ba16e227c92a49b57b2613e7c94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,6 @@ PERL_ARCHLIB := `perl -MConfig -e 'print $$Config{archlib};'`
 PERL_INSTALLVENDORARCH := `perl -MConfig -e 'print $$Config{installvendorarch};'`
 PERL_APIVER := `perl -MConfig -e 'print $$Config{debian_abi}//$$Config{version};'`
 
-CFLAGS= -shared -fPIC -O2 -Wall -Wl,-z,relro -I$(PERL_ARCHLIB)/CORE -DXS_VERSION=\"1.0\"
 CFLAGS= -shared -fPIC -O2 -Werror -Wtype-limits -Wall -Wl,-z,relro \
        -D_FORTIFY_SOURCE=2 -I$(PERL_ARCHLIB)/CORE -DXS_VERSION=\"1.0\"