Skip to content

Instantly share code, notes, and snippets.

@zenlambda
Last active August 5, 2017 18:40
Show Gist options
  • Save zenlambda/3cdc138681529c1ae36c91ce1fe44eea to your computer and use it in GitHub Desktop.
Save zenlambda/3cdc138681529c1ae36c91ce1fe44eea to your computer and use it in GitHub Desktop.

This might be useful after running configure:

find . -type f -name GNUmakefile.* -exec sed -i -e 's|,-R\$(INSTALL_PREFIX)/\$(INSTALL_LIB)|,-rpath $(INSTALL_PREFIX)/$(INSTALL_LIB)|g' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment