fix problem with gettext build

Este commit está contenido en:
Chris Cromer 2020-05-31 17:04:43 -04:00
padre 8075f6f42d
commit f74fbf2f18
Firmado por: cromer
ID de clave GPG: 39CC813FF3C8708A
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -797,7 +797,6 @@ function Gettext {
pushd ${TOPDIR}/BUILD >> /dev/null 2>&1
unpack "${pkg}"
pushd ${pkg_dir} >> /dev/null 2>&1
cd gettext-tools > /dev/null 2>&1
msg_line " Configure: "
./configure --disable-shared >> ${logfile} 2>&1
msg_success