From a974cefd4db59ad867126c3198643b27ca6089aa Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 22 Sep 2003 12:12:46 +0000 Subject: [PATCH] Must use --disable-fs_inet to prevent chkconf error git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23806 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxMGL.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ..