SOURCES: ode-DESTDIR.patch (NEW) - fix soname install

qboosh qboosh at pld-linux.org
Sat Jul 7 10:03:37 CEST 2007


Author: qboosh                       Date: Sat Jul  7 08:03:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix soname install

---- Files affected:
SOURCES:
   ode-DESTDIR.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ode-DESTDIR.patch
diff -u /dev/null SOURCES/ode-DESTDIR.patch:1.1
--- /dev/null	Sat Jul  7 10:03:37 2007
+++ SOURCES/ode-DESTDIR.patch	Sat Jul  7 10:03:32 2007
@@ -0,0 +1,18 @@
+--- ode-0.8/Makefile.am.orig	2007-02-07 22:15:35.000000000 +0100
++++ ode-0.8/Makefile.am	2007-07-07 09:53:34.626902822 +0200
+@@ -26,12 +26,11 @@
+ if USE_SONAME
+ install-exec-hook:
+ 	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+-	$(libdir)/libode.so
++	$(DESTDIR)$(libdir)/libode.so
+ 	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+-	$(libdir)/@ODE_SONAME@
++	$(DESTDIR)$(libdir)/@ODE_SONAME@
+ 	ln -s $(libdir)/@ODE_SONAME at .@ODE_REVISION at .@ODE_AGE@ \
+-	$(libdir)/@ODE_SONAME at .@ODE_REVISION@
+-	/sbin/ldconfig
++	$(DESTDIR)$(libdir)/@ODE_SONAME at .@ODE_REVISION@
+ else
+ install-exec-hook:
+ endif
================================================================


More information about the pld-cvs-commit mailing list