]> git.pld-linux.org Git - packages/netpbm.git/blame - netpbm-Makefile.common.patch
- Dont try to run ldconfig and don't wait for user confirmation.
[packages/netpbm.git] / netpbm-Makefile.common.patch
CommitLineData
5fd4788a 1--- netpbm-9.23/Makefile.common.orig Sat Jan 5 01:10:54 2002
2+++ netpbm-9.23/Makefile.common Sun Jan 6 07:56:22 2002
3@@ -367,7 +367,7 @@
4 install.sharedlibstub:
5 cd $(INSTALLSTATICLIBS) ; \
6 rm -f lib$(LIBROOT).$(NETPBMLIBSUFFIX); \
7- $(SYMLINK) $(INSTALLLIBS)/lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ) \
8+ $(SYMLINK) lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ) \
9 lib$(LIBROOT).$(NETPBMLIBSUFFIX)
10 else
11 # I have no idea what link-time stuff is required for other library types.
12@@ -386,7 +386,8 @@
6a484c56 13 $(INSTALL) -c -m $(INSTALL_PERM_LIBD) $< $(INSTALLLIBS)
14 cd $(INSTALLLIBS) ; \
15 rm -f lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ); \
16- $(SYMLINK) $< lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ)
17+ $(SYMLINK) $< lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ); \
18+ $(SYMLINK) $< lib$(LIBROOT).$(NETPBMLIBSUFFIX)
19 endif
20 ifeq ($(NETPBMLIBTYPE),dll)
21 #install a Windows DLL shared library
5c311910 22diff -urN netpbm-9.25.orig/GNUmakefile netpbm-9.25/GNUmakefile
23--- netpbm-9.25.orig/GNUmakefile Sun Mar 3 18:19:06 2002
24+++ netpbm-9.25/GNUmakefile Sat Apr 19 10:25:04 2003
25@@ -139,7 +139,6 @@
26 for i in $(SUBDIRS) ; do \
27 $(MAKE) -C $$i -f $(SRCDIR)/$$i/Makefile install.lib ; \
28 done
29- $(SRCDIR)/buildtools/try_ldconfig
30 endif
31
32
This page took 0.052372 seconds and 4 git commands to generate.