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
This commit is contained in:
@@ -58,13 +58,13 @@ fi
|
|||||||
|
|
||||||
mkdir obj-shared
|
mkdir obj-shared
|
||||||
cd obj-shared
|
cd obj-shared
|
||||||
../configure --prefix=%{pref} --enable-soname --with-mgl
|
../configure --prefix=%{pref} --enable-soname --with-mgl --disable-fs_inet
|
||||||
$MAKE
|
$MAKE
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
mkdir obj-static
|
mkdir obj-static
|
||||||
cd obj-static
|
cd obj-static
|
||||||
../configure --prefix=%{pref} --disable-shared --with-mgl
|
../configure --prefix=%{pref} --disable-shared --with-mgl --disable-fs_inet
|
||||||
$MAKE
|
$MAKE
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user