Author: jim Date: Wed Feb 8 17:02:50 2023 New Revision: 1907525 URL: http://svn.apache.org/viewvc?rev=1907525&view=rev Log: These need to be update to account for configure default changes
Modified: openoffice/devtools/build-scripts/4.1.14/unxlngi6/build_aoo32bit_on_centos5.sh openoffice/devtools/build-scripts/4.1.14/unxlngix6/build_aoo64bit_on_centos5.sh Modified: openoffice/devtools/build-scripts/4.1.14/unxlngi6/build_aoo32bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.14/unxlngi6/build_aoo32bit_on_centos5.sh?rev=1907525&r1=1907524&r2=1907525&view=diff ============================================================================== --- openoffice/devtools/build-scripts/4.1.14/unxlngi6/build_aoo32bit_on_centos5.sh (original) +++ openoffice/devtools/build-scripts/4.1.14/unxlngi6/build_aoo32bit_on_centos5.sh Wed Feb 8 17:02:50 2023 @@ -49,6 +49,8 @@ fi --enable-bundled-dictionaries \ --enable-opengl \ --enable-dbus \ + --disable-gio \ + --enable-gnome-vfs \ --enable-gstreamer \ --without-junit \ --without-stlport \ @@ -59,7 +61,7 @@ fi --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \ | tee config.out || exit 1 -source ./LinuxX86Env.Set.sh || exit 1 +source ./LinuxX86Env.Set.sh || exit 1 ./bootstrap || exit 1 cd instsetoo_native time perl "$SOLARENV/bin/build.pl" --all -- -P6 || exit 1 @@ -74,7 +76,7 @@ elif [ "$AOO_BUILD_DEV" = "yes" ]; then dmake -P6 ooodevlanguagepack || exit 1 else dmake -P6 ooolanguagepack || exit 1 - dmake -P6 sdkoo_en-US || exit 1 + dmake -P6 sdkoo_en-US || exit 1 fi if [ "$AOO_BUILD_SRC" = "yes" ]; then dmake aoo_srcrelease || exit 1 Modified: openoffice/devtools/build-scripts/4.1.14/unxlngix6/build_aoo64bit_on_centos5.sh URL: http://svn.apache.org/viewvc/openoffice/devtools/build-scripts/4.1.14/unxlngix6/build_aoo64bit_on_centos5.sh?rev=1907525&r1=1907524&r2=1907525&view=diff ============================================================================== --- openoffice/devtools/build-scripts/4.1.14/unxlngix6/build_aoo64bit_on_centos5.sh (original) +++ openoffice/devtools/build-scripts/4.1.14/unxlngix6/build_aoo64bit_on_centos5.sh Wed Feb 8 17:02:50 2023 @@ -49,6 +49,8 @@ fi --enable-bundled-dictionaries \ --enable-opengl \ --enable-dbus \ + --disable-gio \ + --enable-gnome-vfs \ --enable-gstreamer \ --without-junit \ --without-stlport \ @@ -59,7 +61,7 @@ fi --with-epm-url=http://sourceforge.net/projects/oooextras.mirror/files/epm-3.7.tar.gz \ | tee config.out || exit 1 -source ./LinuxX86-64Env.Set.sh || exit 1 +source ./LinuxX86-64Env.Set.sh || exit 1 ./bootstrap || exit 1 cd instsetoo_native time perl "$SOLARENV/bin/build.pl" --all -- -P6 || exit 1 @@ -74,7 +76,7 @@ elif [ "$AOO_BUILD_DEV" = "yes" ]; then dmake -P6 ooodevlanguagepack || exit 1 else dmake -P6 ooolanguagepack || exit 1 - dmake -P6 sdkoo_en-US || exit 1 + dmake -P6 sdkoo_en-US || exit 1 fi if [ "$AOO_BUILD_SRC" = "yes" ]; then dmake aoo_srcrelease || exit 1