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 branch 'jow--keepalived-musl-compat'
lilik-openwrt-22.03
Nicolas Thill
10 years ago
parent
246802512e
0aa8cea665
commit
45604ec5ed
2 changed files
with
11 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/keepalived/Makefile
+10
-0
net/keepalived/patches/100-musl-compat.patch
+ 1
- 1
net/keepalived/Makefile
View File
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
keepalived
PKG_VERSION
:=
1.2.16
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://www.keepalived.org/software
+ 10
- 0
net/keepalived/patches/100-musl-compat.patch
View File
@ -0,0 +1,10 @@
--- a/lib/utils.h
+++ b/lib/utils.h
@@ -31,6 +31,7 @@
#include <arpa/inet.h>
#include <arpa/nameser.h>
#include <sys/param.h>
+#include <sys/types.h>
#include <sys/utsname.h>
#include <netdb.h>
Write
Preview
Loading…
Cancel
Save