diff options
author | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
---|---|---|
committer | Márcio Alexandre Silva Delgado <coadde@adinet.com.uy> | 2012-07-19 14:00:17 -0300 |
commit | ce32ebcbf7baaf37c3a1843d3a446b92bf98adce (patch) | |
tree | 69f9b9f250452e1e1dd0f92af043db47f4156420 /libre/iceweasel-libre/shared-libs.patch | |
parent | 050167114c83d87da8228b170c5bfc35d00d8953 (diff) | |
parent | f6fa033cd8ddd7cf0efcc84b93ca8f27d5b1059b (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/iceweasel-libre/shared-libs.patch')
-rw-r--r-- | libre/iceweasel-libre/shared-libs.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/iceweasel-libre/shared-libs.patch b/libre/iceweasel-libre/shared-libs.patch new file mode 100644 index 000000000..1f22b2b0d --- /dev/null +++ b/libre/iceweasel-libre/shared-libs.patch @@ -0,0 +1,12 @@ +diff -Nur mozilla-release.orig/browser/installer/Makefile.in mozilla-release/browser/installer/Makefile.in +--- mozilla-release.orig/browser/installer/Makefile.in 2012-07-17 16:19:29.480356991 +0000 ++++ mozilla-release/browser/installer/Makefile.in 2012-07-17 17:32:41.250937293 +0000 +@@ -50,7 +50,7 @@ + MOZ_PKG_MANIFEST_P = $(srcdir)/package-manifest.in + # Some files have been already bundled with xulrunner + ifndef SYSTEM_LIBXUL +-MOZ_PKG_FATAL_WARNINGS = 1 ++MOZ_PKG_FATAL_WARNINGS = 0 + endif + + MOZ_NONLOCALIZED_PKG_LIST = \ |