Joey Hess wrote:
> Monty Taylor wrote:
>> I'm using the new (and wonderful) dh sequencing stuff for just about all
>> of my packages now. For several of them, the only thing I have to
>> customize is the removal of rpath information. If I were using old
>> debhelper and CDBS, I could simply add something like:
>>
>> DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath
> 
> override_dh_auto_configure:
>       dh_auto_configure -- --disable-rpath
> 
> I don't plan to add environment variables for things that can easily be
> handled by overrides.
>  
>> And all would be happy. It seems (to me) that either dh_auto_configure
>> should include --disable-rpath by default
> 
> It seems unwise to do this without some sort of proof that it doesn't
> break at least the thousand-odd packages currently using
> dh_auto_configure.
> 

Ok. Fair enough. I guess the only reason I brought it up is that I
thought it might be affecting more people than just me (since rpath is a
default libtool behavior) because of
http://lintian.debian.org/tags/binary-or-shlib-defines-rpath.html

I am happy to just do the override though.

Thanks again!
Monty



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to