[SCM] invada-ladspa/master: Added patch to pass flags correctly.

Jaromír Mikeš mira.mikes at gmail.com
Wed Feb 26 21:55:37 UTC 2014


2014-02-26 22:41 GMT+01:00 <mira-guest at users.alioth.debian.org>:

> The following commit has been merged in the master branch:
> commit 00d5879737442b7ff792a97c0b9e73b6e44f1481
> Author: Jaromír Mikeš <mira.mikes at seznam.cz>
> Date:   Wed Feb 26 22:41:10 2014 +0100
>
>     Added patch to pass flags correctly.
>
> diff --git a/debian/patches/01-pass_flags.patch
> b/debian/patches/01-pass_flags.patch
> new file mode 100644
> index 0000000..5b36464
> --- /dev/null
> +++ b/debian/patches/01-pass_flags.patch
> @@ -0,0 +1,17 @@
> +Index: invada-ladspa/Makefile
> +===================================================================
> +--- invada-ladspa.orig/Makefile        2014-02-26 22:31:47.063996111 +0100
> ++++ invada-ladspa/Makefile     2014-02-26 22:32:00.923581749 +0100
> +@@ -34,9 +34,9 @@
> + # GENERAL
> +
> + CC            =       gcc
> +-LD            =       ld
> +-CFLAGS                =       -I. -O3 -Wall -fomit-frame-pointer
> -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
> +-LDFLAGS               =       -shared -lc -lm -L. -linv_common
> ++LD            =       gcc
> ++CFLAGS                +=      -I. -O3 -Wall -fomit-frame-pointer
> -fstrength-reduce -funroll-loops -ffast-math -c -fPIC -DPIC
> ++LDFLAGS               +=      -shared -lc -lm -L. -linv_common
> +
> + PLUGINS               =       libinv_common.a \
> +                         inv_compressor.so \
> diff --git a/debian/patches/series b/debian/patches/series
> new file mode 100644
> index 0000000..1714350
> --- /dev/null
> +++ b/debian/patches/series
> @@ -0,0 +1 @@
> +01-pass_flags.patch
>
>

Hi Felipe,

I am trying update invada-ladspa plugins and fix hardening. Unfortunately
there is similar problem like in brutefir ...   ld is invoked directly :(
Would you mind to help me with patch fixing build. This issue is behind my
knowledge :(

best regards

mira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20140226/2a7f98ed/attachment.html>


More information about the pkg-multimedia-maintainers mailing list