SOURCES: commoncpp2-Makefile.patch (NEW) - fix install

charles charles at pld-linux.org
Tue Nov 22 03:44:58 CET 2005


Author: charles                      Date: Tue Nov 22 02:44:58 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix install

---- Files affected:
SOURCES:
   commoncpp2-Makefile.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/commoncpp2-Makefile.patch
diff -u /dev/null SOURCES/commoncpp2-Makefile.patch:1.1
--- /dev/null	Tue Nov 22 03:44:58 2005
+++ SOURCES/commoncpp2-Makefile.patch	Tue Nov 22 03:44:53 2005
@@ -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:
================================================================



More information about the pld-cvs-commit mailing list