mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #3655 from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
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