mirror of https://github.com/MidnightCommander/mc
Force using glib 1.2.x.
This commit is contained in:
parent
c92b530b5f
commit
dc41843825
|
@ -40,7 +40,7 @@ if test -f glist.c; then : ; else
|
|||
fi
|
||||
|
||||
rm -rf "$GLIB_INSTDIR"
|
||||
./configure --disable-shared --prefix="$GLIB_INSTDIR" || exit 1
|
||||
./configure --disable-shared --with-glib12 --prefix="$GLIB_INSTDIR" || exit 1
|
||||
make all || exit 1
|
||||
make install || exit 1
|
||||
|
||||
|
|
Loading…
Reference in New Issue