@@ -0,0 +1,23 @@
+--- bindings/perl/Makefile.PL.orig 2009-02-17 13:17:47.000000000 +0100
++++ bindings/perl/Makefile.PL 2009-05-13 00:04:55.000000000 +0200
+@@ -74,12 +74,10 @@
+ # library is to be installed in a non-standard path. Standard-paths
+ # are read from $Config{'libsdirs'} above.
+ $OPING_CPPFLAGS = "-I$TOP_BUILDDIR/src";
+- $OPING_LDDLFLAGS = "-L$TOP_BUILDDIR/src/.libs " . $Config{'lddlflags'};
+ $OPING_LIBS = "-L$TOP_BUILDDIR/src/.libs -loping";
+
+ if ($TARGET_LIBDIR)
+ {
+- $OPING_LDDLFLAGS .= qq( -Wl,-rpath -Wl,"$TARGET_LIBDIR");
+ }
+
+ $OPING_DEPEND = { 'Oping.o' => "$TOP_BUILDDIR/src/liboping.la" };
+@@ -127,7 +125,6 @@
+ : ()),
+ ($OPING_DEPEND ? (depend => $OPING_DEPEND) : ()),
+ LIBS => [$OPING_LIBS],
+- ($OPING_LDDLFLAGS ? (LDDLFLAGS => "$OPING_LDDLFLAGS") : ()),
+ DEFINE => '',
+ INC => "$OPING_CPPFLAGS"
+ );
|