Skip to content
Snippets Groups Projects
Verified Commit 72aa9358 authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! Bug 13379: Allow using NSS to sign and verify MAR signatures

Bug 41668: Port some updater patches to Base Browser

Avoid using -rpath on macOS.
parent 136c2813
Branches
Tags
1 merge request!585Bug 41668 (Base Browser): Port the updater changes to base browser
......@@ -30,10 +30,11 @@ else:
"nss",
"signmar",
]
if CONFIG["OS_ARCH"] != "Darwin":
# Ideally, this would be '-Wl,-rpath=$ORIGIN', but the build system
# doesn't do the right escaping yet. Even more ideally, this would
# be LDFLAGS, but the build system doesn't propagate those like USE_LIBS
# and OS_LIBS. Bug #1041943.
# be LDFLAGS, but the build system doesn't propagate those like
# USE_LIBS and OS_LIBS. Bug #1041943.
OS_LIBS += [
"-Wl,-rpath=\\$$ORIGIN",
]
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment