mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 00:47:45 +00:00
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
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
Add a link
Reference in a new issue