]> git.pld-linux.org Git - packages/cdparanoia-III.git/blame - cdparanoia-III-fpic.patch
- fix "configure: error: cannot find required auxiliary files: config.guess config...
[packages/cdparanoia-III.git] / cdparanoia-III-fpic.patch
CommitLineData
728361f9 1--- cdparanoia-III-10.2/interface/Makefile.in~ 2008-08-21 18:08:54.000000000 +0200
2+++ cdparanoia-III-10.2/interface/Makefile.in 2011-05-19 22:27:16.537755801 +0200
3@@ -46,7 +46,7 @@
4 $(RANLIB) libcdda_interface.a
5
6 libcdda_interface.so: $(OFILES)
7- $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS)
8+ $(CC) -fPIC -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $(OFILES) $(LIBS)
9 [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0
10 [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so
11
This page took 0.089738 seconds and 4 git commands to generate.