gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1162-gb040a8b
Date: Sat, 03 Sep 2011 21:05:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  b040a8b1b9c068c0fab0d171d4d0cb3738848e6f (commit)
      from  4102184c3daa064c47dc34d86d4734ef5f8659b9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b040a8b1b9c068c0fab0d171d4d0cb3738848e6f


commit b040a8b1b9c068c0fab0d171d4d0cb3738848e6f
Author: Rob Savoye <address@hidden>
Date:   Sat Sep 3 15:05:25 2011 -0600

    using += in bourne shell is not portable. Fixes natty-ARM builds

diff --git a/configure.ac b/configure.ac
index b11aa20..940f680 100644
--- a/configure.ac
+++ b/configure.ac
@@ -505,7 +505,7 @@ else
   export DEB_HOST_MULTIARCH="`eval dpkg-architecture -qDEB_HOST_MULTIARCH`"
   export incllist="`eval cat ${srcdir}/macros/incllist`"
   libslist="`cat ${srcdir}/macros/libslist`"
-  export libslist+=" /lib/${DEB_HOST_MULTIARCH} /usr/lib/${DEB_HOST_MULTIARCH}"
+  export libslist="${libslist} /lib/${DEB_HOST_MULTIARCH} 
/usr/lib/${DEB_HOST_MULTIARCH}"
   export pathlist=$PATH
 fi
 

-----------------------------------------------------------------------

Summary of changes:
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]