[Lunar-commits] <moonbase> soundtouch: Adjusting the build to fix some modules barfing on this

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Fri Dec 24 03:07:26 CET 2010


commit 799d1c5eaff5de2b5348e9caf4d975b74b88646f
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Thu Dec 23 21:07:26 2010 -0500

    soundtouch: Adjusting the build to fix some modules barfing on this
    
    without -fPIC.
---
 audio/soundtouch/BUILD |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/audio/soundtouch/BUILD b/audio/soundtouch/BUILD
index de672c2..d576f1d 100644
--- a/audio/soundtouch/BUILD
+++ b/audio/soundtouch/BUILD
@@ -6,6 +6,8 @@
 
   ./bootstrap &&
 
+  CXXFLAGS="-fPIC" &&
+
   OPTS="--enable-shared" &&
 
   if [ $USE_INTEGERS == "y" ] ; then


More information about the Lunar-commits mailing list