Yeah, i agree with Luigi, best option right now is to prevent upstream Makefile from stripping binaries as we have our own (configurable) way of doing it...
-- Nico Luigi Mantellini wrote: > My opinion is to remove stripping from source makefiles and use only > OpenWRT mechanism to generate stripped elf. > > my2EuroCents, > > luiig > > On Fri, Sep 25, 2009 at 1:17 PM, Matthias Buecher / Germany > <[email protected]> wrote: > >> Some packages have strip errors with the original makefile (e.g. sslh, >> proftpd). Now I want to know how to handle this correctly for OpenWrt. >> >> Possible solutions: >> #1 >> Remove strip with a patch as stripping is handled separately by OpenWrt >> (is it?) >> >> >> #2 >> Fix strip with a patch by using OpenWrt's $(STRIP) substitution. >> (how this has to look like if no strip is selected?) >> >> >> #3 >> Install "binutils-multiarch" (here Debian) to make it build with regular >> strip. >> (package not yet a pre-requisition) >> >> >> Your answers will make my future patches more correct and fitting the >> OpenWrt development guide line? >> >> Kind regards >> Matthias "Maddes" Bücher >> >> -- >> http://www.maddes.net/ >> Home: Earth / Germany / Ruhr-Area >> _______________________________________________ >> openwrt-devel mailing list >> [email protected] >> https://lists.openwrt.org/mailman/listinfo/openwrt-devel >> >> > > > > _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
