Author: ayoung
Date: Fri Mar 20 03:26:20 2009
New Revision: 4878

URL: http://svn.slimdevices.com/jive?rev=4878&view=rev
Log:
Add -fPIC; needed for x86_64 build

Modified:
    7.4/trunk/squeezeplay/src/luamd5/Makefile

Modified: 7.4/trunk/squeezeplay/src/luamd5/Makefile
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/luamd5/Makefile?rev=4878&r1=4877&r2=4878&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/luamd5/Makefile (original)
+++ 7.4/trunk/squeezeplay/src/luamd5/Makefile Fri Mar 20 03:26:20 2009
@@ -74,7 +74,7 @@
 
 # probably no need to change anything below here
 CC= gcc
-CFLAGS= $(INCS) $(DEFS) $(WARN) -O2 $G
+CFLAGS= $(INCS) $(DEFS) $(WARN) -O2 $G -fPIC
 WARN= #-ansi -pedantic -Wall
 INCS= -I$(LUAINC) $(MD5INC)
 

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/jive-checkins

Reply via email to