diff --git a/wxMGL.spec b/wxMGL.spec index 3b2a52ccc4..9b7f721e1e 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -58,13 +58,13 @@ fi mkdir obj-shared cd obj-shared -../configure --prefix=%{pref} --enable-soname --with-mgl +../configure --prefix=%{pref} --enable-soname --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 ..