slackware-current/source/xap/seamonkey/seamonkey.i686.triplet.fix.diff
Patrick J Volkerding f58aff2430 Mon Sep 9 05:10:25 UTC 2019
a/etc-15.0-x86_64-10.txz:  Rebuilt.
  Fix "include /etc/ld.so.conf.d/*.conf" repeats in /etc/ld.so.conf.
l/imagemagick-6.9.10_64-x86_64-1.txz:  Upgraded.
l/seamonkey-solibs-2.49.5-x86_64-1.txz:  Removed.
  This package was included years ago to support a few things that needed
  nss/nspr, but we've since included that in the mozilla-nss package.
  Nothing should be using this anymore.
xap/seamonkey-2.49.5-x86_64-2.txz:  Rebuilt.
  Added additional options to more closely match the official build:
  --enable-rust --enable-js-shell --enable-elf-hack --enable-release
  --enable-calendar
  Thanks to ljb643 for the bug report.
  Removed /usr/lib{,64}/seamonkey from /etc/ld.so.conf.
2019-09-09 17:59:48 +02:00

11 lines
526 B
Diff

--- ./mozilla/build/moz.configure/rust.configure.orig 2019-05-26 08:32:14.000000000 -0500
+++ ./mozilla/build/moz.configure/rust.configure 2019-09-08 22:44:00.615109300 -0500
@@ -105,7 +105,7 @@
# OpenBSD
('x86_64', 'OpenBSD'): 'x86_64-unknown-openbsd',
# Linux
- ('x86', 'Linux'): 'i586-unknown-linux-gnu',
+ ('x86', 'Linux'): 'i686-unknown-linux-gnu',
# Linux
('x86_64', 'Linux'): 'x86_64-unknown-linux-gnu',
# OS X and iOS