]> git.pld-linux.org Git - packages/netpbm.git/commitdiff
- fix for correct install lib*.so links. netpbm-9_23-1
authorkloczek <kloczek@pld-linux.org>
Sun, 6 Jan 2002 06:57:26 +0000 (06:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    netpbm-Makefile.common.patch -> 1.2

netpbm-Makefile.common.patch

index 09fcf546820210d012dad082e2ef825a3a540981..de4f4f820dcbc089a6b382d3baa04848bd3b0617 100644 (file)
@@ -1,6 +1,15 @@
---- netpbm-9.18/Makefile.common~       Tue Sep  4 01:29:05 2001
-+++ netpbm-9.18/Makefile.common        Thu Sep  6 21:41:53 2001
-@@ -368,7 +368,8 @@
+--- netpbm-9.23/Makefile.common.orig   Sat Jan  5 01:10:54 2002
++++ netpbm-9.23/Makefile.common        Sun Jan  6 07:56:22 2002
+@@ -367,7 +367,7 @@
+ install.sharedlibstub: 
+       cd $(INSTALLSTATICLIBS) ; \
+           rm -f lib$(LIBROOT).$(NETPBMLIBSUFFIX); \
+-          $(SYMLINK) $(INSTALLLIBS)/lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ) \
++          $(SYMLINK) lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ) \
+             lib$(LIBROOT).$(NETPBMLIBSUFFIX)
+ else
+ # I have no idea what link-time stuff is required for other library types.
+@@ -386,7 +386,8 @@
        $(INSTALL) -c -m $(INSTALL_PERM_LIBD) $< $(INSTALLLIBS)
        cd $(INSTALLLIBS) ; \
            rm -f lib$(LIBROOT).$(NETPBMLIBSUFFIX).$(MAJ); \
This page took 0.073524 seconds and 4 git commands to generate.