[Pkg-apache-commits] [SCM] Debian packaging for the apr (Apache Portable Runtime) package branch, master, updated. 77ded69e10a5a7749932f9f19e12ba0275a1534f

Stefan Fritsch sf at sfritsch.de
Sat May 19 14:18:23 UTC 2012


The following commit has been merged in the master branch:
commit 4f99153b059c652c7d1d7698f2e7e7ba4319efb6
Author: Stefan Fritsch <sf at sfritsch.de>
Date:   Sat May 19 15:59:40 2012 +0200

    Enable use of some new APIs.
    
    The minimal required linux kernel version is now 2.6.28.

diff --git a/debian/changelog b/debian/changelog
index c27335c..e6b371d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 apr (1.4.6-2) UNRELEASED; urgency=low
 
+  * Enable use of some new APIs. The minimal required linux kernel version is
+    now 2.6.28.
   * Improvements for Hurd (closes: #656880):
     - Re-enable test suite
     - Update build hints, disable non-working shm and flock methods. Thanks to
diff --git a/debian/rules b/debian/rules
index c10bbdf..10dcdb2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,14 +18,7 @@ CFLAGS := $(CFLAGS) -pipe -Wall -g
 H_CFLAGS := -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -fstack-protector
 H_LDFLAGS := -Wl,-z,relro
 
-# API to min kernel map: 
-# 2.6.27: dup3, SOCK_CLOEXEC, epoll_create1
-# 2.6.28: accept4
-CONFFLAGS += ac_cv_prog_AWK=mawk apr_cv_sctp=no \
-	apr_cv_sock_cloexec=no \
-	apr_cv_epoll_create1=no \
-	apr_cv_dup3=no \
-	apr_cv_accept4=no
+CONFFLAGS += ac_cv_prog_AWK=mawk apr_cv_sctp=no
 
 # apr_cv_mutex_robust_shared causes hangs in procmutex test on arm(el|hf) and alpha
 # let's just disable this for squeeze

-- 
Debian packaging for the apr (Apache Portable Runtime) package



More information about the Pkg-apache-commits mailing list