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
#3863
from jow-/socat-fix-build
socat: work around missing stddef.h include
lilik-openwrt-22.03
Ted Hess
8 years ago
committed by
GitHub
parent
94a8fef222
5e0596b541
commit
646f85cce6
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
net/socat/Makefile
+ 3
- 0
net/socat/Makefile
View File
@ -69,6 +69,9 @@ CONFIGURE_VARS += \
sc_cv_sys_tabdly_shift
=
11
\
sc_cv_sys_csize_shift
=
4
TARGET_CFLAGS
+=
\
-include stddef.h
d
e
f
i
n
e
P
a
c
k
a
g
e
/
s
o
c
a
t
/
i
n
s
t
a
l
l
$(
INSTALL_DIR
)
$(
1
)
/usr/bin
$(
INSTALL_BIN
)
$(
PKG_INSTALL_DIR
)
/usr/bin/socat
$(
1
)
/usr/bin/
Write
Preview
Loading…
Cancel
Save