From 24a29f954ac15da645b62338d1dacc3c5e364b57 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 27 May 2011 16:02:28 +0200 Subject: [PATCH] [bindings perl] remove --as-needed from linker flags, it is not supported evrywhere It can come back if we add proper checking of the support on the platform, maybe we can leverage tests made by autoconf. --- bindings/perl/Makefile.PL | 1 - 1 file changed, 1 deletion(-) diff --git a/bindings/perl/Makefile.PL b/bindings/perl/Makefile.PL index 45cf0d5a..5383d63e 100644 --- a/bindings/perl/Makefile.PL +++ b/bindings/perl/Makefile.PL @@ -14,5 +14,4 @@ WriteMakefile( ( AUTHOR => 'Benjamin Dauvergne ') : ()), LIBS => [ "$LIBS" ], MAKEFILE => 'Makefile.perl', - dynamic_lib => { OTHERLDFLAGS => '-Wl,--as-needed' } );