mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
nano: readd linker flag --as-needed. stripping is not needed
This commit is contained in:
parent
d0bb5fc077
commit
9a35e85b8c
@ -35,10 +35,6 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-utf8 \
|
||||
--disable-nls \
|
||||
--disable-libmagic"
|
||||
|
||||
pre_configure_target() {
|
||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
||||
}
|
||||
|
||||
post_makeinstall_target() {
|
||||
rm -rf $INSTALL/usr/share/nano
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user