Skip to content

Commit ac2dbd8

Browse files
committed
external_deps: do not install _g symbol libraries (required for cleaning-up Ncurses)
1 parent 343b683 commit ac2dbd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

external_deps/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ build_install() {
12011201
linux-*-*)
12021202
find "${PKG_PREFIX}/lib" -name '*.so' -execdir rm -f -- {} \;
12031203
find "${PKG_PREFIX}/lib" -name '*.so.*' -execdir rm -f -- {} \;
1204+
find "${PKG_PREFIX}/lib" -name '*_g.a' -execdir rm -f -- {} \;
12041205

12051206
local strip="${HOST/-unknown-/-}-strip"
12061207
find "${PKG_PREFIX}/lib" -name '*.a' -execdir "${strip}" --strip-unneeded -- {} \;

0 commit comments

Comments
 (0)