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

Jaromír Mikeš mira.mikes at gmail.com
Tue Mar 4 12:39:34 UTC 2014


2014-03-03 20:21 GMT+01:00 Felipe Sateler <fsateler at debian.org>:

> On Wed, Feb 26, 2014 at 6:55 PM, Jaromír Mikeš <mira.mikes at gmail.com>
> wrote:
> > 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 :(
> >
>
> I've been too busy to look at this, but will when I get the chance.
>
> Sorry for the delay


No problem, thank you for helping with this.

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


More information about the pkg-multimedia-maintainers mailing list