Lines Matching +full:autotools +full:- +full:build +full:- +full:and +full:- +full:test
8 APR_SOURCE = apr-$(APR_VERSION).tar.bz2
10 APR_LICENSE = Apache-2.0
15 # We have a patch touching configure.in and Makefile.in,
19 # avoid apr_hints.m4 by setting apr_preload_done=yes and set
20 # the needed CFLAGS on our own (avoids '-D_REENTRANT' in case
21 # not supported by toolchain and subsequent configure failure)
22 APR_CFLAGS = $(TARGET_CFLAGS) -DLINUX -D_GNU_SOURCE
24 APR_CFLAGS += -D_REENTRANT
47 APR_CONFIG_SCRIPTS = apr-1-config
51 APR_CONF_ENV += apr_cv_pthreads_lib="-lpthread"
57 # Use non-portable atomics when available. We have to override
58 # ap_cv_atomic_builtins because the test used to check for atomic
59 # builtins uses AC_TRY_RUN, which doesn't work when cross-compiling.
61 APR_CONF_OPTS += --enable-nonportable-atomics
64 APR_CONF_OPTS += --disable-nonportable-atomics
68 APR_DEPENDENCIES += util-linux
72 $(RM) -rf $(TARGET_DIR)/usr/build-1/
79 $(STAGING_DIR)/usr/build-1/apr_rules.mk
81 $(STAGING_DIR)/usr/build-1/apr_rules.mk
83 $(STAGING_DIR)/usr/build-1/apr_rules.mk
88 $(eval $(autotools-package))