Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-25 Thread Felipe Sateler
On Tue, Sep 24, 2013 at 9:26 PM, Jaromír Mikeš wrote: > 2013/9/24 Felipe Sateler >> >> On Tue, Sep 24, 2013 at 5:01 PM, Jaromír Mikeš >> wrote: >> > 2013/9/24 Felipe Sateler >> >> On Tue, Sep 24, 2013 at 11:33 AM, >> >> > >> >> > Pass env variables to waf >> >> >> >> For some reason this

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Felipe Sateler
On Tue, Sep 24, 2013 at 6:36 PM, Jonas Smedegaard wrote: > Quoting Felipe Sateler (2013-09-24 23:22:09) >> We should also disable the optimizations and enable them manually (it >> is now ftbs everywhere). We need to set the --dist-target argument to >> configure appropriately (x86_64 in amd64, i38

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Felipe Sateler
On Tue, Sep 24, 2013 at 6:31 PM, Jonas Smedegaard wrote: > Quoting fsate...@users.alioth.debian.org (2013-09-24 16:33:18) >> DEB_MAKE_EXTRA_ARGS = -v --destdir=$(CURDIR)/debian/tmp >> DEB_MAKE_BUILD_TARGET = build i18n_mo >> +DEB_MAKE_ENVVARS = CFLAGS="$(or $(CFLAGS_$(cdbs_curpkg)),$(CFLAGS))"

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Jonas Smedegaard
Quoting Felipe Sateler (2013-09-24 23:22:09) > We should also disable the optimizations and enable them manually (it > is now ftbs everywhere). We need to set the --dist-target argument to > configure appropriately (x86_64 in amd64, i386 in i386 and none in the > rest, I think). Not sure if that

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Jonas Smedegaard
Quoting fsate...@users.alioth.debian.org (2013-09-24 16:33:18) > DEB_MAKE_EXTRA_ARGS = -v --destdir=$(CURDIR)/debian/tmp > DEB_MAKE_BUILD_TARGET = build i18n_mo > +DEB_MAKE_ENVVARS = CFLAGS="$(or $(CFLAGS_$(cdbs_curpkg)),$(CFLAGS))" > CXXFLAGS="$(or $(CXXFLAGS_$(cdbs_curpkg)),$(CXXFLAGS))" CPPFL

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Jonas Smedegaard
Quoting Felipe Sateler (2013-09-24 16:34:16) > On Tue, Sep 24, 2013 at 11:33 AM, > wrote: >> The following commit has been merged in the master branch: >> commit ae11cc02389f29f0e7c3545f35606a113ce68d60 >> Author: Felipe Sateler >> Date: Tue Sep 24 11:33:11 2013 -0300 >> >> Pass env variab

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Felipe Sateler
On Tue, Sep 24, 2013 at 5:01 PM, Jaromír Mikeš wrote: > 2013/9/24 Felipe Sateler >> >> On Tue, Sep 24, 2013 at 11:33 AM, >> wrote: >> > The following commit has been merged in the master branch: >> > commit ae11cc02389f29f0e7c3545f35606a113ce68d60 >> > Author: Felipe Sateler >> > Date: Tue

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Jaromír Mikeš
2013/9/24 Felipe Sateler > On Tue, Sep 24, 2013 at 11:33 AM, > wrote: > > The following commit has been merged in the master branch: > > commit ae11cc02389f29f0e7c3545f35606a113ce68d60 > > Author: Felipe Sateler > > Date: Tue Sep 24 11:33:11 2013 -0300 > > > > Pass env variables to waf >

Re: [SCM] ardour3/master: Pass env variables to waf

2013-09-24 Thread Felipe Sateler
On Tue, Sep 24, 2013 at 11:33 AM, wrote: > The following commit has been merged in the master branch: > commit ae11cc02389f29f0e7c3545f35606a113ce68d60 > Author: Felipe Sateler > Date: Tue Sep 24 11:33:11 2013 -0300 > > Pass env variables to waf For some reason this works for LDFLAGS but