mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-06 19:03:24 +00:00
fossil: specify CPPFLAGS
This commit is contained in:
@@ -11,7 +11,7 @@ TERMUX_PKG_DEPENDS="libsqlite, openssl, zlib"
|
||||
termux_step_pre_configure() {
|
||||
# Avoid mixup of flags between cross compilation
|
||||
# and native build.
|
||||
CC="$CC $CFLAGS $LDFLAGS"
|
||||
CC="$CC $CPPFLAGS $CFLAGS $LDFLAGS"
|
||||
unset CFLAGS LDFLAGS
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user