]> git.pld-linux.org Git - packages/commoncpp2.git/blame - commoncpp2-Makefile.patch
- up to 1.3.22
[packages/commoncpp2.git] / commoncpp2-Makefile.patch
CommitLineData
4feb5736 1--- commoncpp2-1.3.22/Makefile.in~ 2005-12-09 22:50:04.000000000 +0000
2+++ commoncpp2-1.3.22/Makefile.in 2005-12-09 22:51:32.237288000 +0000
3@@ -431,23 +431,6 @@
8b2affe5
KK
4 (cd src ; make macosx)
5
6 install-data-local:
7- @if test -f /etc/ld.so.conf \
8- -a `echo $(libdir) | grep ^/usr`XXX != "XXX" ; then \
9- if ! grep -q "$(libdir)" /etc/ld.so.conf; then \
10- echo "------------------------------------------------------------------------------" ;\
11- echo "Hmm, looks like you forgot to add $(libdir) to /etc/ld.so.conf." ;\
12- echo "I'll try to fix it for you (but pay attention to libtool's output" ;\
13- echo "next time, ok?)" ;\
14- echo "$(libdir)" >> /etc/ld.so.conf && \
15- echo "Ok, all fixed." \
16- || \
17- (echo "" ;\
18- echo "Well, that didn't work. Remember to add $(libdir) to" ;\
19- echo "/etc/ld.so.conf if you want to use this library.") ;\
20- echo "------------------------------------------------------------------------------" ;\
21- ldconfig ;\
22- fi ;\
23- fi
4feb5736 24
8b2affe5
KK
25 # Tell versions [3.59,3.63) of GNU make to not export all variables.
26 # Otherwise a system limit (for SysV at least) may be exceeded.
This page took 0.030454 seconds and 4 git commands to generate.