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

Felipe Sateler fsateler at debian.org
Mon Mar 3 19:21:07 UTC 2014


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

-- 

Saludos,
Felipe Sateler



More information about the pkg-multimedia-maintainers mailing list