fix problem with gettext build
This commit is contained in:
parent
8075f6f42d
commit
f74fbf2f18
1
tools.sh
1
tools.sh
@ -797,7 +797,6 @@ function Gettext {
|
|||||||
pushd ${TOPDIR}/BUILD >> /dev/null 2>&1
|
pushd ${TOPDIR}/BUILD >> /dev/null 2>&1
|
||||||
unpack "${pkg}"
|
unpack "${pkg}"
|
||||||
pushd ${pkg_dir} >> /dev/null 2>&1
|
pushd ${pkg_dir} >> /dev/null 2>&1
|
||||||
cd gettext-tools > /dev/null 2>&1
|
|
||||||
msg_line " Configure: "
|
msg_line " Configure: "
|
||||||
./configure --disable-shared >> ${logfile} 2>&1
|
./configure --disable-shared >> ${logfile} 2>&1
|
||||||
msg_success
|
msg_success
|
||||||
|
Loading…
Reference in New Issue
Block a user