[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.
This commit is contained in:
Benjamin Dauvergne 2011-05-27 16:02:28 +02:00
parent ed44ea81a8
commit 24a29f954a
1 changed files with 0 additions and 1 deletions

View File

@ -14,5 +14,4 @@ WriteMakefile(
( AUTHOR => 'Benjamin Dauvergne <bdauvergne@entrouvert.com>') : ()),
LIBS => [ "$LIBS" ],
MAKEFILE => 'Makefile.perl',
dynamic_lib => { OTHERLDFLAGS => '-Wl,--as-needed' }
);