mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-25 22:43:29 +08:00
popt: use := assignments
This commit is contained in:
parent
5fb1382e43
commit
a386f63c57
@ -3,13 +3,13 @@
|
||||
# popt
|
||||
#
|
||||
#############################################################
|
||||
POPT_VERSION = 1.14
|
||||
POPT_SITE = http://rpm5.org/files/popt
|
||||
POPT_INSTALL_STAGING = YES
|
||||
POPT_VERSION:=1.14
|
||||
POPT_SITE:=http://rpm5.org/files/popt
|
||||
POPT_INSTALL_STAGING:=YES
|
||||
POPT_INSTALL_TARGET:=YES
|
||||
POPT_CONF_ENV = ac_cv_va_copy=yes
|
||||
|
||||
POPT_INSTALL_TARGET_OPT=DESTDIR=$(TARGET_DIR) install-strip
|
||||
POPT_CONF_ENV:=ac_cv_va_copy=yes
|
||||
POPT_INSTALL_TARGET_OPT:=DESTDIR=$(TARGET_DIR) install-strip
|
||||
|
||||
POPT_DEPENDENCIES:=uclibc
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,popt))
|
||||
|
Loading…
Reference in New Issue
Block a user