Don't invoke ldconfig -m during the build. The previous "fix" was a nop.
This commit is contained in:
parent
bd02d1c647
commit
325179705c
14
textproc/openjade/patches/patch-Makefile_in
Normal file
14
textproc/openjade/patches/patch-Makefile_in
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2009/12/12 20:14:39 naddy Exp $
|
||||
|
||||
Don't run ldconfig -m.
|
||||
|
||||
--- Makefile.in.orig Sat Dec 12 00:43:54 2009
|
||||
+++ Makefile.in Sat Dec 12 00:44:02 2009
|
||||
@@ -55,7 +55,6 @@ do=all
|
||||
$(TARGETS): FORCE
|
||||
@$(MAKE) -f Makefile do=$@ $(dodirs)
|
||||
@if test $@ = 'install'; then \
|
||||
- $(LIBTOOL) --finish $(DESTDIR)$(libdir); \
|
||||
mkdir -p $(DESTDIR)$(datadir); \
|
||||
cp -f dsssl/builtins.dsl $(DESTDIR)$(datadir); \
|
||||
fi;
|
@ -1,14 +0,0 @@
|
||||
$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
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user