[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Acl-devel] acl and attr install prefix issue
From: |
Yegor Yefremov |
Subject: |
[Acl-devel] acl and attr install prefix issue |
Date: |
Fri, 1 Jul 2011 10:05:49 +0200 |
Hi,
I've tried to add these packages to buildroot. Usually it is
sufficient just to rely on ./configure script, that configures all
install prefixes. But in the case of these two packages I had to
specify prefixes myself like this:
ACL_INSTALL_STAGING_OPT = prefix=$(STAGING_DIR)/usr
exec_prefix=$(TARGET_DIR)/usr PKG_DEVLIB_DIR=$(STAGING_DIR)/usr/lib
install-dev install-lib
ACL_INSTALL_TARGET_OPT = prefix=$(TARGET_DIR)/usr
exec_prefix=$(TARGET_DIR)/usr install install-lib
otherwise the install script just used the default prefix /usr/
Please see following discussion for details:
http://comments.gmane.org/gmane.comp.lib.uclibc.buildroot/31321
Could you please fix this issue?
Regards,
Yegor
- [Acl-devel] acl and attr install prefix issue,
Yegor Yefremov <=