[csw-devel] SF.net SVN: gar:[19330] csw/mgar/pkg/ffmpeg/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Sat Sep 29 21:20:51 CEST 2012
Revision: 19330
http://gar.svn.sourceforge.net/gar/?rev=19330&view=rev
Author: chninkel
Date: 2012-09-29 19:20:50 +0000 (Sat, 29 Sep 2012)
Log Message:
-----------
ffmpeg/trunk: forces the usage of SUN strip instead of GNU strip
Modified Paths:
--------------
csw/mgar/pkg/ffmpeg/trunk/Makefile
Modified: csw/mgar/pkg/ffmpeg/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ffmpeg/trunk/Makefile 2012-09-29 19:19:33 UTC (rev 19329)
+++ csw/mgar/pkg/ffmpeg/trunk/Makefile 2012-09-29 19:20:50 UTC (rev 19330)
@@ -282,6 +282,10 @@
CONFIGURE_ARGS += --enable-libvorbis
CONFIGURE_ARGS += --enable-libx264
+# We don't want to use GNU strip as
+# it corrupts a SUN specific elf section
+CONFIGURE_ARGS += --strip=/usr/ccs/bin/strip
+
# Tests only work with static build
#SKIPTEST-SHARED-yes = 1
#SKIPTEST ?= $(SKIPTEST-SHARED-$(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