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 <redacted>
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
endif
CONFIGURE_VARS += \
+ ac_cv_gettid=yes \
ap_cv_void_ptr_lt_long=no
define Build/Prepare