1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-22 12:21:18 +02:00
openwrt/target/sdk
Jo-Philipp Wich a68b1b9c8a sdk: do not strip static libraries
Do not strip static libraries shipped with the SDK in order to preserve the
archive index. If we strip the index of the shipped libraries, host programs
will fail to link these libraries with errors like:

    libssl.a: error adding symbols: Archive has no index; run ranlib to add one

The error was found while investigating a Python host build failure within
the SDK environment.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-18 03:18:53 +01:00
..
files
Config.in
convert-config.pl
Makefile sdk: do not strip static libraries 2017-01-18 03:18:53 +01:00