This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#3655
from onikitenko/vsftpd-fix
vsftpd: Fix compilation error on x86
lilik-openwrt-22.03
Hannu Nyman
8 years ago
committed by
GitHub
parent
1741d090ef
beab35d113
commit
1cee6e8802
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
net/vsftpd/Makefile
+ 2
- 0
net/vsftpd/Makefile
View File
@ -55,6 +55,8 @@ else
NLSSTRING:
=
-lcrypt -lnsl
e
n
d
i
f
TARGET_CFLAGS
+=
-D_GNU_SOURCE -include fcntl.h
i
f
e
q
(
$(
BUILD_VARIANT
)
,
n
o
t
l
s
)
define Build/Compile
$(
SED
)
's/-lcrypt -lnsl/$(NLSSTRING)/'
$(
PKG_BUILD_DIR
)
/Makefile
Write
Preview
Loading…
Cancel
Save