]> git.saurik.com Git - wxWidgets.git/blobdiff - wxMGL.spec
renamed system option to better match existing ones
[wxWidgets.git] / 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 ..