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

Make lib directory target configurable #102

Closed
baby-gnu opened this issue Jun 9, 2014 · 1 comment
Closed

Make lib directory target configurable #102

baby-gnu opened this issue Jun 9, 2014 · 1 comment

Comments

@baby-gnu
Copy link
Contributor

baby-gnu commented Jun 9, 2014

Hello,

In the process of packaging MoarVM for Debian I need to change the target directory of the library to support Multiarch.

This result in changing @prefix@/lib to @prefix@/lib/<triplet>.

Packaging only require a --libdir option to Configure.pl:

override_dh_auto_configure:
    perl Configure.pl --prefix=/usr --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)

Regards

@baby-gnu
Copy link
Contributor Author

For me, this issue is fixed by #113.

Regards.

@FROGGS FROGGS closed this as completed Nov 21, 2014
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

2 participants