apr.mk 494 B

123456789101112131415161718
  1. #############################################################
  2. #
  3. # apr
  4. #
  5. #############################################################
  6. APR_VERSION = 1.4.6
  7. APR_SITE = http://archive.apache.org/dist/apr
  8. APR_INSTALL_STAGING = YES
  9. APR_CONF_ENV = \
  10. ac_cv_file__dev_zero=yes \
  11. ac_cv_func_setpgrp_void=yes \
  12. apr_cv_process_shared_works=yes \
  13. apr_cv_mutex_robust_shared=no \
  14. apr_cv_tcp_nodelay_with_cork=yes \
  15. ac_cv_sizeof_struct_iovec=8 \
  16. apr_cv_mutex_recursive=yes
  17. $(eval $(call AUTOTARGETS))