mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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-nls \
|
||||||
--disable-libmagic"
|
--disable-libmagic"
|
||||||
|
|
||||||
pre_configure_target() {
|
|
||||||
export LDFLAGS=`echo $LDFLAGS | sed -e "s|-Wl,--as-needed||"`
|
|
||||||
}
|
|
||||||
|
|
||||||
post_makeinstall_target() {
|
post_makeinstall_target() {
|
||||||
rm -rf $INSTALL/usr/share/nano
|
rm -rf $INSTALL/usr/share/nano
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user