fix vsftpd-alt compilation error on x86
This commit is contained in:
parent
09f2f2d5e7
commit
def8eaaa71
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=vsftpd-alt
|
PKG_NAME:=vsftpd-alt
|
||||||
PKG_VERSION:=3.0.3
|
PKG_VERSION:=3.0.3
|
||||||
PKG_RELEASE:=3
|
PKG_RELEASE:=5
|
||||||
|
|
||||||
PKG_SOURCE:=vsftpd-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=vsftpd-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://security.appspot.com/downloads/
|
PKG_SOURCE_URL:=https://security.appspot.com/downloads/
|
||||||
@ -55,6 +55,8 @@ else
|
|||||||
NLSSTRING:=-lcrypt -lnsl
|
NLSSTRING:=-lcrypt -lnsl
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
TARGET_CFLAGS += -D_GNU_SOURCE -include fcntl.h
|
||||||
|
|
||||||
#ifdef CONFIG_PACKAGE_libpam
|
#ifdef CONFIG_PACKAGE_libpam
|
||||||
# EXTRA_LDFLAGS += -lpam
|
# EXTRA_LDFLAGS += -lpam
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user