Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linking problem with configurator. #554

Merged
merged 1 commit into from Jan 10, 2016

Commits on Jan 9, 2016

  1. Fix linking problem with configurator.

    	Attempting to build the configurator complains that the object files
    	created for the configurator contain relocations that are not suitable
    	for a shared object.  This is solved by adding -fPIC to the compile
    	flags for the configurator.
    
    	* source/configurator/CMakeLists.txt: Add -fPIC as a compile flag
    	for the configurator.
    Jeremy Bennett committed Jan 9, 2016
    Copy the full SHA
    1a38fd0 View commit details
    Browse the repository at this point in the history