diff options
Diffstat (limited to 'package/apr/apr.mk')
-rw-r--r-- | package/apr/apr.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package/apr/apr.mk b/package/apr/apr.mk index cbae0ff73b..69524a6f3d 100644 --- a/package/apr/apr.mk +++ b/package/apr/apr.mk @@ -32,9 +32,7 @@ APR_CONF_ENV += apr_cv_pthreads_lib="-lpthread" endif # Fix lfs detection when cross compiling -ifeq ($(BR2_LARGEFILE),y) APR_CONF_ENV += apr_cv_use_lfs64=yes -endif define APR_CLEANUP_UNNEEDED_FILES $(RM) -rf $(TARGET_DIR)/usr/build-1/ |