Skip to content

Commit efca09f

Browse files
committed
Fix the LDFLAGS for host limine package
1 parent 0584e36 commit efca09f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

host-recipes/limine

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ configure() {
1717

1818
CFLAGS="$HOST_CFLAGS" \
1919
CXXFLAGS="$HOST_CXXFLAGS" \
20-
LDFLAGS="$HOST_LDFLAGS" \
20+
LDFLAGS="$HOST_LDFLAGS -static" \
2121
"${source_dir}"/configure \
2222
--prefix="${prefix}" \
2323
TOOLCHAIN_FOR_TARGET=${OS_TRIPLET} \
@@ -27,7 +27,6 @@ configure() {
2727
}
2828

2929
build() {
30-
LDFLAGS="$LDFLAGS -static" \
3130
make -j${parallelism}
3231
}
3332

0 commit comments

Comments
 (0)