ocserv: updated to 0.9.2

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos 2015-02-18 08:17:02 +01:00
parent a3bacc1389
commit 5836fe34e9
2 changed files with 2 additions and 28 deletions

View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ocserv
PKG_VERSION:=0.9.1
PKG_VERSION:=0.9.2
PKG_RELEASE:=1
PKG_BUILD_DIR :=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL :=ftp://ftp.infradead.org/pub/ocserv/
PKG_MD5SUM:=5dee08e1386258a32a73caf2cb47749c
PKG_MD5SUM:=9697c37cc81b30be2b178258ee595d97
PKG_LICENSE:=GPLv2
PKG_LICENSE_FILES:=COPYING

View File

@ -1,26 +0,0 @@
From 53b9bbe603b768259eaef804539f3b79d4fc3df0 Mon Sep 17 00:00:00 2001
From: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Date: Sun, 15 Feb 2015 08:28:08 +0100
Subject: [PATCH] configure: use seccomp where it is available
---
configure.ac | 3 ---
1 file changed, 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index 3814aa4..e0d32a8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -283,9 +283,6 @@ AC_ARG_ENABLE(seccomp,
if [ test "$seccomp_enabled" = "yes" ];then
AC_LIB_HAVE_LINKFLAGS(seccomp,, [#include <seccomp.h>
-#if !defined(__i386__) && !defined(__arm__) && !defined(__x86_64__)
-# error 1
-#endif
], [seccomp_init(0);])
if [ test -z "$LIBSECCOMP" ];then
seccomp_enabled="no"
--
2.1.3