aboutsummaryrefslogtreecommitdiff
path: root/lang/eperl/files/extra-patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'lang/eperl/files/extra-patch-configure')
-rw-r--r--lang/eperl/files/extra-patch-configure13
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/eperl/files/extra-patch-configure b/lang/eperl/files/extra-patch-configure
new file mode 100644
index 000000000000..6a08828a10a4
--- /dev/null
+++ b/lang/eperl/files/extra-patch-configure
@@ -0,0 +1,13 @@
+--- configure.orig 2009-01-29 13:51:15.000000000 -0500
++++ configure 2009-01-29 13:51:35.000000000 -0500
+@@ -710,7 +710,9 @@
+ #define HAVE_PERL_DYNALOADER 1
+ EOF
+
+- perl_dla=$perl_archlib/auto/DynaLoader/DynaLoader.a
++ # In Perl 5.8.9, DynaLoader functions are moved to libperl.so,
++ # so we don't need an extra library linked here.
++ perl_dla=
+ ;;
+ * )
+ rc=no