You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/dbhub/files/dbhub-no-dynaloader.patch

13 lines
327 B

http://bugs.gentoo.org/276928
--- a/configure.ac
+++ b/configure.ac
@@ -122,7 +122,6 @@
#endif
]])
AC_CHECK_LIB([perl],[perl_run],,LIBPERL_MISSING="true";HAVE_PERL="false")
- AC_CHECK_FILE("$perl_loader", [AC_SUBST(perl_ldd) HAVE_DYNLOAD="yes"], HAVE_DYNLOAD="no";HAVE_PERL="false")
else
HAVE_PERL="false"
fi