Ports: Make sure to remove the .la file after building libiconv
Otherwise libtool gets confused and tries to link against files that don't exist.
This commit is contained in:
parent
e06660d33c
commit
bd43530750
Notes:
sideshowbarker
2024-07-18 07:00:13 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/bd435307507 Pull-request: https://github.com/SerenityOS/serenity/pull/9403
1 changed files with 1 additions and 0 deletions
|
@ -9,4 +9,5 @@ auth_type="sha256"
|
|||
install() {
|
||||
run make DESTDIR=${SERENITY_INSTALL_ROOT} $installopts install
|
||||
run ${SERENITY_ARCH}-pc-serenity-gcc -shared -o ${SERENITY_INSTALL_ROOT}/usr/local/lib/libiconv.so -Wl,-soname,libiconv.so -Wl,--whole-archive ${SERENITY_INSTALL_ROOT}/usr/local/lib/libiconv.a -Wl,--no-whole-archive
|
||||
rm -f ${SERENITY_INSTALL_ROOT}/usr/local/lib/libiconv.la
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue