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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1796-g4828707
Date: Sat, 28 Sep 2013 21:04:56 +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  4828707774728393761efea26b84e2e525024352 (commit)
      from  b0eb169eb5760cccb7ffb6ff7c331b661634a284 (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=4828707774728393761efea26b84e2e525024352


commit 4828707774728393761efea26b84e2e525024352
Author: Sandro Santilli <address@hidden>
Date:   Sat Sep 28 23:03:57 2013 +0200

    Do not allow builds with visibility _and_ extensions enabled
    
    Extensions wouldn't work with visibility enabled (see #36642)

diff --git a/configure.ac b/configure.ac
index a599256..27cd6f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4081,6 +4081,13 @@ else
     RPM_INSTALL([libtool-ltdl-devel])
   fi
 fi
+
+if test x"$enable_visibility" != xno; then
+  if test x"${extensions_support}" != xno; then
+    PKG_ERR([Extensions not supported with ELF visibility activated.])
+    PKG_SUGGEST([Use --disable-extensions or --disable-visibility.])
+  fi
+fi
  
 if test x"$python" = x"yes"; then
   if test x"$has_python" = x"yes"; then

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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