[csw-devel] SF.net SVN: gar:[17062] csw/mgar/pkg/ffmpeg/trunk/Makefile
janholzh at users.sourceforge.net
janholzh at users.sourceforge.net
Wed Feb 15 15:33:46 CET 2012
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.
More information about the devel
mailing list