From: Julian Smart Date: Mon, 22 Sep 2003 12:13:55 +0000 (+0000) Subject: Must use --disable-fs_inet to avoid chkcnf error X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6df2a555c6f109205d5efb0591ee3795723eb07f?ds=inline Must use --disable-fs_inet to avoid chkcnf error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxMGL.spec b/wxMGL.spec index e48a8621e0..ac43b5fd70 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -58,13 +58,13 @@ fi mkdir obj-shared cd obj-shared -../configure --prefix=%{pref} --with-mgl +../configure --prefix=%{pref} --with-mgl --disable-fs_inet $MAKE cd .. mkdir obj-static cd obj-static -../configure --prefix=%{pref} --disable-shared --with-mgl +../configure --prefix=%{pref} --disable-shared --with-mgl --disable-fs_inet $MAKE cd ..