diff options
author | 2009-03-03 19:37:50 +0000 | |
---|---|---|
committer | 2009-03-03 19:37:50 +0000 | |
commit | 464fad879939d2313e230156db6ccf02adc93360 (patch) | |
tree | 1ef0b6786552b654487733a00913623753e1d27b /app-mobilephone/vmoconv/files | |
parent | gentoo bug #260361 - CVE-2009-0037. thanks security team (diff) | |
download | gentoo-2-464fad879939d2313e230156db6ccf02adc93360.tar.gz gentoo-2-464fad879939d2313e230156db6ccf02adc93360.tar.bz2 gentoo-2-464fad879939d2313e230156db6ccf02adc93360.zip |
Use system libgsm instead copy included in the tarball (#252886).
Remove forced -g from (C|LD)FLAGS.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone/vmoconv/files')
-rw-r--r-- | app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch | 36 | ||||
-rw-r--r-- | app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch | 17 |
2 files changed, 53 insertions, 0 deletions
diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch new file mode 100644 index 000000000000..8ab3670aa098 --- /dev/null +++ b/app-mobilephone/vmoconv/files/vmoconv-1.0-external-libgsm.patch @@ -0,0 +1,36 @@ +diff -Nru vmoconv-1.0.orig/src/Makefile.am vmoconv-1.0/src/Makefile.am +--- vmoconv-1.0.orig/src/Makefile.am 2003-02-17 21:39:18.000000000 +0000 ++++ vmoconv-1.0/src/Makefile.am 2009-03-03 21:24:12.000000000 +0000 +@@ -1,32 +1,6 @@ + +-noinst_LTLIBRARIES = libgsm.la +- + INCLUDES = -I. + +-libgsm_la_SOURCES = add.c \ +- code.c \ +- debug.c \ +- decode.c \ +- long_term.c \ +- lpc.c \ +- preprocess.c \ +- rpe.c \ +- gsm_destroy.c \ +- gsm_decode.c \ +- gsm_encode.c \ +- gsm_explode.c \ +- gsm_implode.c \ +- gsm_create.c \ +- gsm_print.c \ +- gsm_option.c \ +- short_term.c \ +- table.c \ +- proto.h \ +- unproto.h \ +- config.h \ +- private.h \ +- gsm.h +- + vmo2wav_LDADD = -lgsm + + vmo2wav_SOURCES = vmo2wav.c diff --git a/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch b/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch new file mode 100644 index 000000000000..031b6eefaaca --- /dev/null +++ b/app-mobilephone/vmoconv/files/vmoconv-1.0-flags.patch @@ -0,0 +1,17 @@ +diff -Nru vmoconv-1.0.orig/configure.in vmoconv-1.0/configure.in +--- vmoconv-1.0.orig/configure.in 2004-09-26 15:17:48.000000000 +0000 ++++ vmoconv-1.0/configure.in 2009-03-03 21:32:40.000000000 +0000 +@@ -26,10 +26,10 @@ + [printf(__func__)],, + [AC_DEFINE(__func__, "", [non-C99 fake support for __func__])]) + +-dnl Turn on debugging and all warnings when using gcc ++dnl Turn on all warnings when using gcc + if test "$ac_cv_prog_gcc" = "yes"; then +- CFLAGS="$CFLAGS -g -Wall -Wmissing-declarations -Wmissing-prototypes" +- LDFLAGS="$LDFLAGS -g -Wall" ++ CFLAGS="$CFLAGS -Wall -Wmissing-declarations -Wmissing-prototypes" ++ LDFLAGS="$LDFLAGS -Wall" + fi + + AC_SUBST(CFLAGS) |