chiark
/
gitweb
/
~mdw
/
termux-packages
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4842499
)
fix unbound variable issue
author
Wetitpig
<winsto003@hotmail.com>
Tue, 20 Feb 2018 00:49:45 +0000
(08:49 +0800)
committer
Fredrik Fornwall
<fredrik@fornwall.net>
Tue, 20 Feb 2018 22:56:55 +0000
(23:56 +0100)
build-package.sh
patch
|
blob
|
blame
|
history
diff --git
a/build-package.sh
b/build-package.sh
index ffada3a1031b142331d8410a9e3716b75a23d7c9..79f8de111551e1b4d52070d24fdc1a77c3f76131 100755
(executable)
--- a/
build-package.sh
+++ b/
build-package.sh
@@
-801,7
+801,7
@@
termux_step_configure_autotools () {
fi
QUIET_BUILD=
if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
fi
QUIET_BUILD=
if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
- QUIET_BUILD="--enable-silent-rules --silent"
+ QUIET_BUILD="--enable-silent-rules --silent
--quiet
"
fi
# Some packages provides a $PKG-config script which some configure scripts pickup instead of pkg-config:
fi
# Some packages provides a $PKG-config script which some configure scripts pickup instead of pkg-config:
@@
-939,6
+939,7
@@
termux_step_post_configure () {
}
termux_step_make() {
}
termux_step_make() {
+ QUIET_BUILD=
if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
QUIET_BUILD="-s"
fi
if [ ! -z ${TERMUX_QUIET_BUILD+x} ]; then
QUIET_BUILD="-s"
fi