]> git.pld-linux.org Git - packages/AfterStep.git/commitdiff
- remove call to ldconfig during make install
authorKacper Kornet <draenog@pld-linux.org>
Thu, 7 Apr 2011 14:30:01 +0000 (14:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AfterStep-ldconfig.patch -> 1.1

AfterStep-ldconfig.patch [new file with mode: 0644]

diff --git a/AfterStep-ldconfig.patch b/AfterStep-ldconfig.patch
new file mode 100644 (file)
index 0000000..8dd2ada
--- /dev/null
@@ -0,0 +1,24 @@
+diff -ur AfterStep-2.2.11.old/libAfterBase/Makefile.in AfterStep-2.2.11/libAfterBase/Makefile.in
+--- AfterStep-2.2.11.old/libAfterBase/Makefile.in      2007-04-20 23:10:45.000000000 +0100
++++ AfterStep-2.2.11/libAfterBase/Makefile.in  2011-04-07 14:07:04.903195085 +0100
+@@ -141,8 +141,6 @@
+                    echo "Unable to find $(LIBDIR) in ld.so.conf. In order to use "; \
+                    echo "$(LIB_SHARED), you may need to add it or set LD_LIBRARY_PATH."; \
+                  fi; \
+-                 echo "$(LDCONFIG)"; \
+-                 $(LDCONFIG); \
+                fi \
+               )
+diff -ur AfterStep-2.2.11.old/libAfterImage/Makefile.in AfterStep-2.2.11/libAfterImage/Makefile.in
+--- AfterStep-2.2.11.old/libAfterImage/Makefile.in     2011-04-07 14:09:29.138132920 +0100
++++ AfterStep-2.2.11/libAfterImage/Makefile.in 2011-04-07 14:08:22.192265395 +0100
+@@ -180,8 +180,6 @@
+                    echo "Unable to find $(LIBDIR) in ld.so.conf. In order to use "; \
+                    echo "$(LIB_SHARED), you may need to add it or set LD_LIBRARY_PATH."; \
+                  fi; \
+-                 echo "$(LDCONFIG)"; \
+-                 $(LDCONFIG); \
+                fi \
+               )
This page took 0.043822 seconds and 4 git commands to generate.