- stop fucking with ldconfig during build

This commit is contained in:
jasper 2009-11-29 19:55:42 +00:00
parent 2af4692fc4
commit 0888b24e7e

View File

@ -0,0 +1,14 @@
$OpenBSD: patch-configure,v 1.1 2009/11/29 19:55:42 jasper Exp $
don't run ldconfig -m.
--- configure.orig Sun Nov 29 15:52:35 2009
+++ configure Sun Nov 29 15:52:52 2009
@@ -8284,7 +8284,6 @@ openbsd*)
need_version=no
fi
library_names_spec='${libname}${release}.so$versuffix ${libname}.so$versuffix'
- finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
shlibpath_var=LD_LIBRARY_PATH
;;