fossil: specify CPPFLAGS
This commit is contained in:
parent
0a986d1138
commit
8090dbac3e
@ -11,7 +11,7 @@ TERMUX_PKG_DEPENDS="libsqlite, openssl, zlib"
|
|||||||
termux_step_pre_configure() {
|
termux_step_pre_configure() {
|
||||||
# Avoid mixup of flags between cross compilation
|
# Avoid mixup of flags between cross compilation
|
||||||
# and native build.
|
# and native build.
|
||||||
CC="$CC $CFLAGS $LDFLAGS"
|
CC="$CC $CPPFLAGS $CFLAGS $LDFLAGS"
|
||||||
unset CFLAGS LDFLAGS
|
unset CFLAGS LDFLAGS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user