[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Acl-devel] acl and attr install prefix issue
From: |
Kamil Dudka |
Subject: |
Re: [Acl-devel] acl and attr install prefix issue |
Date: |
Sat, 2 Jul 2011 21:28:12 +0200 |
User-agent: |
KMail/1.9.10 |
On Friday 01 July 2011 10:05:49 Yegor Yefremov wrote:
> 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/
I cannot confirm your observation. The configure script works for me. Please
provide a standalone reproducer and the corresponding config.log.
> Please see following discussion for details:
> http://comments.gmane.org/gmane.comp.lib.uclibc.buildroot/31321
As far as I can see, there is no justification for the change above.
Kamil