Browse Source

vsftpd: Fix vsftpd compilation error for x86

Signed-off-by: Alex Nikitenko <alex.nikitenko@sirinsoftware.com>
lilik-openwrt-22.03
Alex Nikitenko 8 years ago
parent
commit
beab35d113
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/vsftpd/Makefile

+ 2
- 0
net/vsftpd/Makefile View File

@ -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…
Cancel
Save