[ooo-build-commit] bin/piece

Petr Mladek pmladek at kemper.freedesktop.org
Thu Jun 4 11:26:01 PDT 2009


 bin/piece/sys-setup.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d74f8f36e0f1a2f1366053137f85dcd9ffc5de69
Author: Petr Mladek <pmladek at suse.cz>
Date:   Thu Jun 4 20:24:53 2009 +0200

    Really pass RPM_OPT_FLAGS to other pieces (bnc#506545)
    
    * bin/piece/sys-setup.in: export ARCH_FLAGS

diff --git a/bin/piece/sys-setup.in b/bin/piece/sys-setup.in
index 6097184..44eccfe 100755
--- a/bin/piece/sys-setup.in
+++ b/bin/piece/sys-setup.in
@@ -11,7 +11,7 @@ export OO_DOCDIR=@docdir@
 export OO_LANGS='@OOO_LANGS@'
 export OOO_BUILD_NOARCH='@OOO_BUILD_NOARCH@'
 # do not lost ARCH_FLAGS from the environmnet; potential duplicates should not harm
-ARCH_FLAGS="$ARCH_FLAGS @WITH_ARCH_FLAGS@"
+export ARCH_FLAGS="$ARCH_FLAGS @WITH_ARCH_FLAGS@"
 
 if test "z$OO_INSTDIR" == "z"; then
     echo "Error: missing oo instdir"


More information about the ooo-build-commit mailing list