File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
9393
9494 autotools_repos=(http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
9595 http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz
96- http://mirror.team-cymru.org/gnu/libtool/libtool-2.4.2 .tar.gz
96+ http://mirror.team-cymru.org/gnu/libtool/libtool-2.4.6 .tar.gz
9797 https://pkg-config.freedesktop.org/releases/pkg-config-0.27.1.tar.gz
9898 )
9999
@@ -129,7 +129,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
129129
130130 # build libtool
131131 echo " ### building libtool ###"
132- pushd libtool-2.4.2
132+ pushd libtool-2.4.6
133133 ./configure --build=$sys_name --prefix=$INSTALL_DIR
134134 make
135135 make install
@@ -138,7 +138,7 @@ if [ "$automake_sub_version" -lt "15" ]; then
138138 # build pkg-config
139139 echo " ### building pkg-config ###"
140140 pushd pkg-config-0.27.1
141- ./configure --build=$sys_name --prefix=$INSTALL_DIR
141+ ./configure --build=$sys_name --prefix=$INSTALL_DIR --with-internal-glib
142142 make
143143 make install
144144 popd
147147 echo " ### skipping autotools build ###"
148148fi
149149
150-
151150echo " ### building GOTCHA ###"
152151cd GOTCHA
153152git checkout 1.0.3
You can’t perform that action at this time.
0 commit comments