Revision: 17062
          http://gar.svn.sourceforge.net/gar/?rev=17062&view=rev
Author:   janholzh
Date:     2012-02-15 14:33:46 +0000 (Wed, 15 Feb 2012)
Log Message:
-----------
ffmpeg/trunk: sparcv9 needs PIC

Modified Paths:
--------------
    csw/mgar/pkg/ffmpeg/trunk/Makefile

Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile  2012-02-15 13:47:30 UTC (rev 17061)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile  2012-02-15 14:33:46 UTC (rev 17062)
@@ -256,7 +256,11 @@
 #no asm on sparc
 CONFIGURE_ARGS_sparc = --disable-asm
 
+#sparcv9 needs --enable-pic
+CONFIGURE_ARGS_sparcv9 += --enable-pic
+
 CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(GARCH))
+CONFIGURE_ARGS += $(CONFIGURE_ARGS_$(ISA))
 
 # Needs two builds one shared one static maybe in the future
 #CONFIGURE_ARGS-SHARED-yes += --enable-shared

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
devel mailing list
devel@lists.opencsw.org
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to