Merge pull request #3655 from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
This commit is contained in:
commit
1cee6e8802
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ else
|
|||
NLSSTRING:=-lcrypt -lnsl
|
||||
endif
|
||||
|
||||
TARGET_CFLAGS += -D_GNU_SOURCE -include fcntl.h
|
||||
|
||||
ifeq ($(BUILD_VARIANT),notls)
|
||||
define Build/Compile
|
||||
$(SED) 's/-lcrypt -lnsl/$(NLSSTRING)/' $(PKG_BUILD_DIR)/Makefile
|
||||
|
|
Loading…
Reference in a new issue