shithub: sox

Download patch

ref: 7ff33c961627a8780aeee72decbf90e7c754837b
parent: 0c6acdd44cc09e7851b48270256829ec2c66c4a6
author: evilynux <evilynux>
date: Sat May 12 00:53:51 EDT 2007

- Removed fPIC from CFLAGS as libtool takes care of it upstream.
- Disabled ffmpeg formats support explicitly, see README.Debian.

--- a/debian/rules
+++ b/debian/rules
@@ -8,5 +8,5 @@
 include /usr/share/cdbs/1/class/autotools.mk
 #include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
-DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-fPIC -D_REENTRANT" LDFLAGS="-Wl,-z,defs"
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame
+DEB_CONFIGURE_SCRIPT_ENV += CFLAGS="-D_REENTRANT" LDFLAGS="-Wl,-z,defs"
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-lame --disable-ffmpeg