lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 81f9889bb03f093fc432997421e1d443b1673679
parent b3d2d64928f2940257f8e9ae740df5809e24aa09
Author: Jonathan McCrohan <jmccrohan@gmail.com>
Date:   Wed, 17 Jun 2015 20:08:18 +0100

Merge pull request #1406 from jow-/xinetd-musl-compat

xinetd: fix musl compatibility
Diffstat:
Mnet/xinetd/Makefile | 5+++--
Mnet/xinetd/patches/004-ident-bind.patch | 4++--
2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/net/xinetd/Makefile b/net/xinetd/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2014 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xinetd PKG_VERSION:=2.3.15 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.xinetd.org @@ -42,6 +42,7 @@ define Package/xinetd/conffiles endef TARGET_CFLAGS += -DNO_RPC +TARGET_CPPFLAGS += -DHAVE_RLIM_T CONFIGURE_ARGS += \ --without-libwrap \ diff --git a/net/xinetd/patches/004-ident-bind.patch b/net/xinetd/patches/004-ident-bind.patch @@ -10,7 +10,7 @@ Reviewed-By: Adam Tkac <atkac@redhat.com> #diff -up xinetd-2.3.14/xinetd/ident.c.orig xinetd-2.3.14/xinetd/ident.c --- a/xinetd/ident.c +++ b/xinetd/ident.c -@@ -97,7 +98,13 @@ idresult_e log_remote_user( const struct +@@ -97,7 +97,13 @@ idresult_e log_remote_user( const struct } CLEAR( sin_contact ); @@ -25,7 +25,7 @@ Reviewed-By: Adam Tkac <atkac@redhat.com> sin_contact = sin_remote; memcpy( &sin_bind, &sin_local, sizeof(sin_bind) ) ; local_port = 0; -@@ -121,7 +128,13 @@ idresult_e log_remote_user( const struct +@@ -127,7 +133,13 @@ idresult_e log_remote_user( const struct msg( LOG_ERR, func, "socket creation: %m" ) ; return( IDR_ERROR ) ; }