mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09: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:
committed by
Yann E. MORIN
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))
|
||||
|
||||
Reference in New Issue
Block a user