mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package: add PKG_CONF_ENV variables to host packages
Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
ec45e2bad4
commit
1b41e32feb
@ -108,6 +108,7 @@ define $(2)_CONFIGURE_CMDS
|
|||||||
$$(HOST_CONFIGURE_OPTS) \
|
$$(HOST_CONFIGURE_OPTS) \
|
||||||
CFLAGS="$$(HOST_CFLAGS)" \
|
CFLAGS="$$(HOST_CFLAGS)" \
|
||||||
LDFLAGS="$$(HOST_LDFLAGS)" \
|
LDFLAGS="$$(HOST_LDFLAGS)" \
|
||||||
|
$$($$(PKG)_CONF_ENV) \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix="$$(HOST_DIR)/usr" \
|
--prefix="$$(HOST_DIR)/usr" \
|
||||||
--sysconfdir="$$(HOST_DIR)/etc" \
|
--sysconfdir="$$(HOST_DIR)/etc" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user