DEB_XXX_MAINT_STRIP is not taken into account during build ???

Robie Basak robie.basak at ubuntu.com
Wed Nov 13 08:36:31 UTC 2013


On Wed, Nov 13, 2013 at 07:47:16AM +0000, PICCA Frederic-Emmanuel wrote:
> So I put in the debian/rules file this line:
> 
> export DEB_LDFLAGS_MAINT_STRIP="-Wl,-Bsymbolic-functions"

Remember that this is Makefile syntax, not shell. You want:

	export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions

HTH,

Robie



More information about the Ubuntu-motu mailing list