mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/aircrack-ng: add missing space to LIBSQL
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
56004cf052
commit
283bc5e97c
@ -13,7 +13,7 @@ AIRCRACK_NG_DEPENDENCIES = openssl
|
|||||||
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
ifeq ($(BR2_PACKAGE_SQLITE),y)
|
||||||
AIRCRACK_NG_MAKE_OPTS = sqlite=true
|
AIRCRACK_NG_MAKE_OPTS = sqlite=true
|
||||||
AIRCRACK_NG_MAKE_OPTS += \
|
AIRCRACK_NG_MAKE_OPTS += \
|
||||||
LIBSQL="-lsqlite3$(if $(BR2_PREFER_STATIC_LIB),-lpthread)"
|
LIBSQL="-lsqlite3$(if $(BR2_PREFER_STATIC_LIB), -lpthread)"
|
||||||
|
|
||||||
AIRCRACK_NG_DEPENDENCIES += sqlite
|
AIRCRACK_NG_DEPENDENCIES += sqlite
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user