summaryrefslogtreecommitdiffstats
path: root/bindings/perl
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-05-27 16:02:28 +0200
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-05-27 16:02:30 +0200
commit24a29f954ac15da645b62338d1dacc3c5e364b57 (patch)
tree84aa00a839c9505d6719b1a3d6a28a5abc37f480 /bindings/perl
parented44ea81a83bef1a94b1cf244eca8214a3f5a926 (diff)
downloadlasso-24a29f954ac15da645b62338d1dacc3c5e364b57.tar.gz
lasso-24a29f954ac15da645b62338d1dacc3c5e364b57.tar.xz
lasso-24a29f954ac15da645b62338d1dacc3c5e364b57.zip
[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.
Diffstat (limited to 'bindings/perl')
-rw-r--r--bindings/perl/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
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 <bdauvergne@entrouvert.com>') : ()),
LIBS => [ "$LIBS" ],
MAKEFILE => 'Makefile.perl',
- dynamic_lib => { OTHERLDFLAGS => '-Wl,--as-needed' }
);