[SCM] WebKit Debian packaging branch, debian/experimental, updated. debian/1.0.1-4-2877-g8410c4b
Mike Hommey
glandium at debian.org
Sat Oct 25 11:00:56 UTC 2008
The following commit has been merged in the debian/experimental branch:
commit 84a6459861dd5d107e8063bf0bfdff2e4f08d3a2
Author: Mike Hommey <glandium at debian.org>
Date: Sat Oct 25 09:20:17 2008 +0200
Add missing dash in version script option
diff --git a/GNUmakefile.am b/GNUmakefile.am
index d3e11d6..d63149c 100644
--- a/GNUmakefile.am
+++ b/GNUmakefile.am
@@ -79,7 +79,7 @@ no_undefined = -no-undefined
endif
if OS_GNU
-version_script = Wl,--version-script,$(srcdir)/symbols.filter
+version_script = -Wl,--version-script,$(srcdir)/symbols.filter
endif
# Shared libraries
diff --git a/GNUmakefile.in b/GNUmakefile.in
index 35e186c..02db7f8 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -5163,7 +5163,7 @@ global_cxxflags := $(SYMBOL_VISIBILITY_INLINES) $(am__append_2)
# -no-undefined required for building DLLs on Windows
# It breaks the build on other platforms, so we use it conditionally
@OS_WIN32_TRUE at no_undefined = -no-undefined
- at OS_GNU_TRUE@version_script = Wl,--version-script,$(srcdir)/symbols.filter
+ at OS_GNU_TRUE@version_script = -Wl,--version-script,$(srcdir)/symbols.filter
# Shared libraries
lib_LTLIBRARIES = \
diff --git a/debian/changelog b/debian/changelog
index a130a41..2dca71e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ webkit (1.0.2~pre.svn37878-1) UNRELEASED; urgency=low
- Use configure instead of autogen.sh, now configure is shipped.
- Don't remove automake/autoconf generated files.
* debian/control: Don't build depend on autotools.
+ * GNUmakefile.am, GNUmakefile.in: Add missing dash in version script option.
-- Mike Hommey <glandium at debian.org> Sat, 25 Oct 2008 09:08:57 +0200
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list