Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. --- a/components/web/firefox/Makefile
  2. +++ b/components/web/firefox/Makefile
  3. @@ -88,7 +88,7 @@ COMPONENT_POST_INSTALL_ACTION = ( \
  4. $(PROTO_DIR)/usr/lib/firefox/*.so \
  5. $(PROTO_DIR)/usr/lib/firefox/sdk/bin/xpcshell \
  6. $(PROTO_DIR)/usr/lib/firefox/plugin-container; do \
  7. - /usr/bin/elfedit -e 'dyn:value -s RPATH "/usr/lib:/usr/lib/firefox:$$ORIGIN:$$ORIGIN/.."' \
  8. + /usr/bin/elfedit -e 'dyn:value -s RPATH "$(GCC_ROOT)/lib:/usr/lib/firefox:$$ORIGIN:$$ORIGIN/.."' \
  9. $$file ;\
  10. done ; \
  11. for file in $(PROTO_DIR)/usr/lib/firefox/sdk/bin/*.py; do \
  12. @@ -100,6 +100,7 @@ install: $(INSTALL_32)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement