mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user