mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
vsftpd: Fix vsftpd compilation error for x86
Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
This commit is contained in:
@@ -55,6 +55,8 @@ else
|
|||||||
NLSSTRING:=-lcrypt -lnsl
|
NLSSTRING:=-lcrypt -lnsl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -D_GNU_SOURCE -include fcntl.h
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),notls)
|
ifeq ($(BUILD_VARIANT),notls)
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
$(SED) 's/-lcrypt -lnsl/$(NLSSTRING)/' $(PKG_BUILD_DIR)/Makefile
|
$(SED) 's/-lcrypt -lnsl/$(NLSSTRING)/' $(PKG_BUILD_DIR)/Makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user