diff options
Diffstat (limited to 'package/apr/apr.mk')
-rw-r--r-- | package/apr/apr.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/apr/apr.mk b/package/apr/apr.mk index 31589133a..e502490ea 100644 --- a/package/apr/apr.mk +++ b/package/apr/apr.mk @@ -15,4 +15,4 @@ APR_CONF_ENV = \ ac_cv_sizeof_struct_iovec=8 \ apr_cv_mutex_recursive=yes -$(eval $(call AUTOTARGETS)) +$(eval $(autotools-package)) |