summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2022-10-26 01:18:43 +0000
committerathenian200 <athenian200@outlook.com>2022-10-26 01:18:43 +0000
commitb19541f1d47aaead74d0a7dafd8bc7502fbeded4 (patch)
treed518f3f24d792c8a0bb3c0a96f4533dbcbc4b430 /toolkit
parent30653de86497e3dadd6cb8623a4a99d444a5c8c8 (diff)
downloaduxp-b19541f1d47aaead74d0a7dafd8bc7502fbeded4.tar.gz
Issue #1824 - Remove dependency on libdemangle.
This may be removed from illumos soon, and it is apparently unused anyway, so leaving it in doesn't make sense.
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/library/moz.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/library/moz.build b/toolkit/library/moz.build
index c2f12b7763..76a711bae4 100644
--- a/toolkit/library/moz.build
+++ b/toolkit/library/moz.build
@@ -248,7 +248,6 @@ if CONFIG['MOZ_ENABLE_LIBPROXY']:
if CONFIG['OS_ARCH'] == 'SunOS':
OS_LIBS += [
'elf',
- 'demangle',
'sendfile',
]