diff options
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index ede942c35..73886ed04 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=socat -PKG_VERSION:=1.7.3.1 +PKG_VERSION:=1.7.3.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.dest-unreach.org/socat/download -PKG_MD5SUM:=d2da659540c38139f388e9437bfaae16bb458d174d056cb3228432a8f489fbaa +PKG_HASH:=e3561f808739383eb10fada1e5d4f26883f0311b34fd0af7837d0c95ef379251 PKG_MAINTAINER:= Ted Hess <thess@kitschensync.net> @@ -69,9 +69,6 @@ CONFIGURE_VARS += \ sc_cv_sys_tabdly_shift=11 \ sc_cv_sys_csize_shift=4 -TARGET_CFLAGS += \ - -include stddef.h - define Package/socat/install $(INSTALL_DIR) $(1)/usr/bin $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/bin/socat $(1)/usr/bin/ |