diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 02:09:50 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-09 02:09:50 +0000 |
commit | 9c6148a6049ae8f01e249b21a40613ad6da8081e (patch) | |
tree | 9a1949b77505d000e7136edbf62ddb31eef9c5b9 /media-libs/x264-svn/files | |
parent | removed strip (diff) | |
download | gentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.tar.gz gentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.tar.bz2 gentoo-2-9c6148a6049ae8f01e249b21a40613ad6da8081e.zip |
Add patch to avoid stripping the binaries with -s ld flag, leave to portage handle that.
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-libs/x264-svn/files')
-rw-r--r-- | media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch b/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch new file mode 100644 index 000000000000..40b1d9fe10b4 --- /dev/null +++ b/media-libs/x264-svn/files/x264-svn-20060302-nostrip.patch @@ -0,0 +1,17 @@ +Index: x264-svn/configure +=================================================================== +--- x264-svn.orig/configure ++++ x264-svn/configure +@@ -308,12 +308,6 @@ if [ "$avis_input" = "yes" ] ; then + LDFLAGS="$LDFLAGS -lvfw32" + fi + +-if [ "$debug" != "yes" -a "$gprof" != "yes" ]; then +- CFLAGS="$CFLAGS -s -fomit-frame-pointer" +- LDFLAGS="$LDFLAGS -s" +- VFW_LDFLAGS="$VFW_LDFLAGS -s" +-fi +- + if cc_check "stdio.h" "" "fseeko(stdin,0,0);" ; then + echo "#define fseek fseeko" >> config.h + echo "#define ftell ftello" >> config.h |