Skip to content
Snippets Groups Projects
Verified Commit f4bed615 authored by Jan Pavlinec's avatar Jan Pavlinec Committed by Josef Schlehofer
Browse files

lmdb: fix build for uClibc

parent b89a0a3a
No related merge requests found
......@@ -57,6 +57,10 @@ endef
TARGET_CFLAGS += $(FPIC)
ifdef CONFIG_LIBC_USE_UCLIBC
TARGET_CFLAGS += -lpthread
endif
define Build/Compile
$(MAKE) -C "$(PKG_BUILD_DIR)/$(MAKE_PATH)/" \
CC="$(TARGET_CC)" \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment