From d44ad09fcd81cafeafbca78c4e2599774f7ef76b Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Tue, 4 Feb 2020 22:00:55 +0100 Subject: [PATCH] apache: add gettid support gettid happens to be supported by all glibc, musl and uclibc, but configure cannot detect it when cross-compiling. This adds a configure variable for it. Signed-off-by: Sebastian Kemper --- net/apache/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/apache/Makefile b/net/apache/Makefile index 107669c79..6fcb2cc61 100644 --- a/net/apache/Makefile +++ b/net/apache/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=apache PKG_VERSION:=2.4.41 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE_NAME:=httpd PKG_SOURCE:=$(PKG_SOURCE_NAME)-$(PKG_VERSION).tar.bz2 @@ -268,6 +268,7 @@ CONFIGURE_ARGS+= \ endif CONFIGURE_VARS += \ + ac_cv_gettid=yes \ ap_cv_void_ptr_lt_long=no define Build/Prepare