|
@@ -25,7 +25,7 @@ endif
|
|
# forgets to take that into account, causing the detection to fail
|
|
# forgets to take that into account, causing the detection to fail
|
|
# when linking statically
|
|
# when linking statically
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
ifeq ($(BR2_STATIC_LIBS),y)
|
|
-NEARDAL_CONF_ENV += LIBS=$(shell $(PKG_CONFIG_HOST_BINARY) --libs ncurses)
|
|
|
|
|
|
+NEARDAL_CONF_ENV += LIBS='$(shell $(PKG_CONFIG_HOST_BINARY) --libs ncurses)'
|
|
endif
|
|
endif
|
|
|
|
|
|
define NEARDAL_INSTALL_NCL
|
|
define NEARDAL_INSTALL_NCL
|