]> git.pld-linux.org Git - packages/cdparanoia-III.git/blobdiff - cdparanoia-III-fpic.patch
- use -fPIC
[packages/cdparanoia-III.git] / cdparanoia-III-fpic.patch
diff --git a/cdparanoia-III-fpic.patch b/cdparanoia-III-fpic.patch
new file mode 100644 (file)
index 0000000..ac7bf7d
--- /dev/null
@@ -0,0 +1,11 @@
+--- cdparanoia-III-10.2/interface/Makefile.in~ 2008-08-21 18:08:54.000000000 +0200
++++ cdparanoia-III-10.2/interface/Makefile.in  2011-05-19 22:27:16.537755801 +0200
+@@ -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) $(LIBS)
++      $(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
This page took 0.092403 seconds and 4 git commands to generate.