]> git.saurik.com Git - wxWidgets.git/commitdiff
Must use --disable-fs_inet to avoid chkcnf error
authorJulian Smart <julian@anthemion.co.uk>
Mon, 22 Sep 2003 12:13:55 +0000 (12:13 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Mon, 22 Sep 2003 12:13:55 +0000 (12:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23807 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxMGL.spec

index e48a8621e075d8656a7e6077edb5a92d106031df..ac43b5fd7018d1fea019bdab70294561cda6fc10 100644 (file)
@@ -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 ..