X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93f467a3b4d1eda959b44cc01df34b4463383cfe..ba9d03fa1316bfa8cd555fc3128f90663f78db99:/wxMGL.spec 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 ..