User: timar Date: 05/11/19 13:44:26 Modified: /hu/src/2.0.1/ config_office_wrapit-linux.sh
Log: configure changes File Changes: Directory: /hu/src/2.0.1/ ========================= File [changed]: config_office_wrapit-linux.sh Url: http://hu.openoffice.org/source/browse/hu/src/2.0.1/config_office_wrapit-linux.sh?r1=1.1&r2=1.2 Delta lines: +7 -4 ------------------- --- config_office_wrapit-linux.sh 12 Nov 2005 15:50:54 -0000 1.1 +++ config_office_wrapit-linux.sh 19 Nov 2005 21:44:24 -0000 1.2 @@ -1,8 +1,8 @@ #!/bin/bash # We will use ccache on GNU/Linux -CC="/usr/bin/ccache /usr/bin/gcc" -CXX="/usr/bin/ccache /usr/bin/g++" +export CC="/usr/bin/ccache /usr/bin/gcc" +export CXX="/usr/bin/ccache /usr/bin/g++" # Package formats PKGFMTS="rpm deb" @@ -13,7 +13,10 @@ # Java home JAVAHOME="/usr/local/j2sdk1.4.2_10" +# Build number +BUILDNUMBER="SRC680m142 FSF.hu Build 1" + # Configure flags -CONFIGUREFLAGS="--enable-kde --enable-gtk --with-lang=hu --with-mozilla-version=1.7.5 --enable-build-mozab --with-dict=ENUS,DEDE,HUHU" +CONFIGUREFLAGS="--enable-kde --enable-gtk --with-lang=hu --enable-build-mozilla --with-dict=ENUS,DEDE,HUHU" -./configure --with-jdk-home=${JAVAHOME} --with-ant-home=${ANTHOME} --with-package-format="${PKGFMTS}" ${CONFIGUREFLAGS} +./configure --with-jdk-home=${JAVAHOME} --with-ant-home=${ANTHOME} --with-package-format="${PKGFMTS}" ${CONFIGUREFLAGS} --with-build-version="${BUILDNUMBER}" --with-images='industrial crystal hicontrast' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
