mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
popt: use := assignments
This commit is contained in:
parent
5fb1382e43
commit
a386f63c57
@ -3,13 +3,13 @@
|
|||||||
# popt
|
# popt
|
||||||
#
|
#
|
||||||
#############################################################
|
#############################################################
|
||||||
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
|
||||||
|
POPT_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
|
||||||
POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install-strip
|
|
||||||
|
|
||||||
|
POPT_DEPENDENCIES:=uclibc
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,popt))
|
$(eval $(call AUTOTARGETS,package,popt))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user