summaryrefslogtreecommitdiff
path: root/mozilla-1282843.patch
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2016-09-08 13:37:25 +0200
committerMartin Stransky <stransky@redhat.com>2016-09-08 13:37:25 +0200
commit358c2b48a3d9838d8e3252039586a0ca1abdcb01 (patch)
treed2d7f6bc6a233d417e0f5fb4bd291e3aaaa35196 /mozilla-1282843.patch
parentAdded translations for .desktop file actions (diff)
downloadlibrewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.gz
librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.tar.bz2
librewolf-fedora-ff-358c2b48a3d9838d8e3252039586a0ca1abdcb01.zip
Update to 49.0
Diffstat (limited to 'mozilla-1282843.patch')
-rw-r--r--mozilla-1282843.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/mozilla-1282843.patch b/mozilla-1282843.patch
deleted file mode 100644
index d30642c..0000000
--- a/mozilla-1282843.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Add ability to specify system paths to @old_configure_options
-
---- a/build/moz.configure/old.configure 2016-07-04 12:03:37.503301144 -0400
-+++ b/build/moz.configure/old.configure 2016-07-04 12:04:33.443147224 -0400
-@@ -149,16 +149,19 @@
- def all_options(help):
- return list(options)
-
- return depends(prepare_configure, extra_old_configure_args, all_options,
- *options)
-
-
- @old_configure_options(
-+ '--libdir',
-+ '--includedir',
-+ '--datadir',
- '--cache-file',
- '--enable-accessibility',
- '--enable-address-sanitizer',
- '--enable-alsa',
- '--enable-android-omx',
- '--enable-android-resource-constrained',
- '--enable-approximate-location',
- '--enable-b2g-bt',
bgstack15