mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Support libiconv option for popt
This commit is contained in:
parent
6dc301e0be
commit
690ba839c0
@ -5,9 +5,15 @@
|
|||||||
#############################################################
|
#############################################################
|
||||||
POPT_VERSION:=1.14
|
POPT_VERSION:=1.14
|
||||||
POPT_SITE:=http://rpm5.org/files/popt
|
POPT_SITE:=http://rpm5.org/files/popt
|
||||||
POPT_INSTALL_STAGING:=YES
|
POPT_INSTALL_STAGING = YES
|
||||||
POPT_INSTALL_TARGET:=YES
|
POPT_INSTALL_TARGET = YES
|
||||||
POPT_CONF_ENV:=ac_cv_va_copy=yes
|
|
||||||
|
POPT_CONF_ENV = ac_cv_va_copy=yes
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBICONV),y)
|
||||||
|
POPT_CONF_ENV += am_cv_lib_iconv=yes
|
||||||
|
POPT_CONF_OPT += --with-libiconv-prefix=$(STAGING_DIR)/usr
|
||||||
|
endif
|
||||||
|
|
||||||
POPT_DEPENDENCIES:=uclibc
|
POPT_DEPENDENCIES:=uclibc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user