]> git.pld-linux.org Git - packages/commoncpp2.git/commitdiff
- fix install
authorKarol Krenski <charles@pld-linux.org>
Tue, 22 Nov 2005 02:44:53 +0000 (02:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    commoncpp2-Makefile.patch -> 1.1

commoncpp2-Makefile.patch [new file with mode: 0644]

diff --git a/commoncpp2-Makefile.patch b/commoncpp2-Makefile.patch
new file mode 100644 (file)
index 0000000..d4cf7f9
--- /dev/null
@@ -0,0 +1,27 @@
+--- commoncpp2-1.3.21/Makefile.in.orig 2005-11-22 01:55:05.000000000 +0100
++++ commoncpp2-1.3.21/Makefile.in      2005-11-22 01:55:38.000000000 +0100
+@@ -672,23 +672,7 @@
+       (cd src ; make macosx)
+ install-data-local:
+-      @if test -f /etc/ld.so.conf \
+-        -a `echo $(libdir) | grep ^/usr`XXX != "XXX" ; then \
+-              if ! grep -q "$(libdir)" /etc/ld.so.conf; then \
+-                      echo "------------------------------------------------------------------------------" ;\
+-                      echo "Hmm, looks like you forgot to add $(libdir) to /etc/ld.so.conf." ;\
+-                      echo "I'll try to fix it for you (but pay attention to libtool's output" ;\
+-                      echo "next time, ok?)" ;\
+-                      echo "$(libdir)" >> /etc/ld.so.conf && \
+-                              echo "Ok, all fixed." \
+-                              || \
+-                              (echo "" ;\
+-                              echo "Well, that didn't work.  Remember to add $(libdir) to" ;\
+-                              echo "/etc/ld.so.conf if you want to use this library.") ;\
+-                      echo "------------------------------------------------------------------------------" ;\
+-                      ldconfig ;\
+-              fi ;\
+-      fi
++
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
+ # Otherwise a system limit (for SysV at least) may be exceeded.
+ .NOEXPORT:
This page took 0.111851 seconds and 4 git commands to generate.