[xiph-commits] r11812 - trunk/cdparanoia/interface
    xiphmont at svn.xiph.org 
    xiphmont at svn.xiph.org
       
    Tue Aug 29 15:14:09 PDT 2006
    
    
  
Author: xiphmont
Date: 2006-08-29 15:14:08 -0700 (Tue, 29 Aug 2006)
New Revision: 11812
Modified:
   trunk/cdparanoia/interface/Makefile.in
Log:
Linking fixes (explicitly provide shared libs)
Modified: trunk/cdparanoia/interface/Makefile.in
===================================================================
--- trunk/cdparanoia/interface/Makefile.in	2006-08-29 22:01:52 UTC (rev 11811)
+++ trunk/cdparanoia/interface/Makefile.in	2006-08-29 22:14:08 UTC (rev 11812)
@@ -46,7 +46,7 @@
 	$(RANLIB) libcdda_interface.a
 
 libcdda_interface.so: 	$(OFILES)	
-	$(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES)
+	$(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS)
 	[ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0
 	[ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so
 
    
    
More information about the commits
mailing list