mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 23:43:34 +08:00
package/socketcand: don't override SOCKETCAND_CONF_OPTS
SOCKETCAND_CONF_OPTS is wrongly overridden in a conditional since commit
53e498da2f
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
9f96c4be57
commit
becc481460
@ -13,7 +13,7 @@ SOCKETCAND_LICENSE_FILES = socketcand.c
|
||||
ifeq ($(BR2_PACKAGE_LIBCONFIG),y)
|
||||
SOCKETCAND_DEPENDENCIES += libconfig
|
||||
else
|
||||
SOCKETCAND_CONF_OPTS = --without-config
|
||||
SOCKETCAND_CONF_OPTS += --without-config
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user