ldns/ldns-rpathfix.patch
Paul Wouters 77e8af6a96 - Fix missing _ldns.so causing ldns-python to not work
- Patch for installing ldns-python files
- Patch for rpath in ldns-python
- Don't install .a file for ldns-python
2010-01-22 16:50:31 +00:00

24 lines
577 B
Diff

Index: configure.ac
===================================================================
--- configure.ac (revision 3167)
+++ configure.ac (working copy)
@@ -163,16 +163,8 @@
fi
AC_SUBST(INSTALL_LDNS_CONFIG)
-# add option to disable the evil rpath
-dnl Check whether to use rpath or not
-AC_ARG_ENABLE(rpath,
- [ --disable-rpath disable hardcoded rpath (default=enabled)],
- enable_rpath=$enableval, enable_rpath=yes)
+ACX_ARG_RPATH
-if test "x$enable_rpath" = xyes; then
- RPATH_VAL="-Wl,-rpath=\${libdir}"
-fi
-
#AC_TRY_RUN(
#[
#int main()