summaryrefslogtreecommitdiff
path: root/moz/patches
diff options
context:
space:
mode:
authorDavid Ostrovsky <David.Ostrovsky@gmx.de>2012-06-30 20:03:47 +0200
committerMichael Stahl <mstahl@redhat.com>2012-07-05 21:55:26 +0200
commite5ac3107e1bef08f619f42c099424a70a9ade281 (patch)
tree589195bdb2269758df73b66160f49d8812e935b6 /moz/patches
parent927f1e56d57ef9238a4574699ae36626b3daaf22 (diff)
moz build fixed on Ubuntu
Change-Id: I48a4f43cc2e675d0f72bb7d87893f39f39450488
Diffstat (limited to 'moz/patches')
-rw-r--r--moz/patches/ssl-linux-no_as_needed_linker_option.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/moz/patches/ssl-linux-no_as_needed_linker_option.patch b/moz/patches/ssl-linux-no_as_needed_linker_option.patch
new file mode 100644
index 000000000000..3abce6da055f
--- /dev/null
+++ b/moz/patches/ssl-linux-no_as_needed_linker_option.patch
@@ -0,0 +1,10 @@
+--- misc/mozilla/security/manager/ssl/src/Makefile.in 2012-06-30 19:47:42.190501730 +0200
++++ misc/build/mozilla/security/manager/ssl/src/Makefile.in 2012-06-30 19:44:08.654510143 +0200
+@@ -137,6 +137,7 @@
+ $(MOZ_UNICHARUTIL_LIBS) \
+ $(MOZ_COMPONENT_LIBS) \
+ $(MOZ_JS_LIBS) \
++ $(LDFLAG_NO_AS_NEEDED) \
+ $(NSS_LIBS) \
+ $(NULL)
+