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

Respect libdir suffix #10

Closed
ghost opened this issue Oct 1, 2014 · 2 comments
Closed

Respect libdir suffix #10

ghost opened this issue Oct 1, 2014 · 2 comments

Comments

@ghost
Copy link

ghost commented Oct 1, 2014

Hi and thank you for a great piece of software allowing us to run skype without pulseaudio on 0Linux,

your cmake file does not allow one to respect an alternate suffix for libdir. Could you add one ? Typically, projects usually provide a -DLIB_SUFFIX="suffix" extra paramater to allow to install in a /usr/lib64 dir, for example.

Moreover, this is quite needed in a mulitlib environment (like 0Linux has). So for now I have to move libs in a temp dir then replace them at each build (I need a 32-bit build and a 64-bit one into the same package).
See: https://github.com/0linux/0linux/blob/master/0Linux/a/apulse/apulse.recette

Thanks!

@jauhien
Copy link

jauhien commented Oct 1, 2014

You can use cmake -DCMAKE_INSTALL_PREFIX=/use -DAPULSEPATH=/usr/lib32/apulse, see issue #7 and https://github.com/jauhien/jauhien-overlay/blob/master/media-sound/apulse/apulse-0.1.1.ebuild

@ghost
Copy link
Author

ghost commented Oct 1, 2014

Oh, neat. I did not search that well it seems. Thank you very much! Closing.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant