mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
Add apr-package
Signed-off-by: Rico Bachmann <bachmann@tofwerk.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
2f41adabc5
commit
e5ece0d8ee
@ -374,6 +374,7 @@ source "package/zeromq/Config.in"
|
|||||||
endmenu
|
endmenu
|
||||||
|
|
||||||
menu "Other"
|
menu "Other"
|
||||||
|
source "package/apr/Config.in"
|
||||||
source "package/fftw/Config.in"
|
source "package/fftw/Config.in"
|
||||||
source "package/libargtable2/Config.in"
|
source "package/libargtable2/Config.in"
|
||||||
source "package/argp-standalone/Config.in"
|
source "package/argp-standalone/Config.in"
|
||||||
|
8
package/apr/Config.in
Normal file
8
package/apr/Config.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
config BR2_PACKAGE_APR
|
||||||
|
bool "apr"
|
||||||
|
help
|
||||||
|
The mission of the Apache Portable Runtime (APR) project is to create
|
||||||
|
and maintain software libraries that provide a predictable and
|
||||||
|
consistent interface to underlying platform-specific implementations
|
||||||
|
|
||||||
|
http://apr.apache.org/
|
18
package/apr/apr.mk
Normal file
18
package/apr/apr.mk
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#############################################################
|
||||||
|
#
|
||||||
|
# apr
|
||||||
|
#
|
||||||
|
#############################################################
|
||||||
|
APR_VERSION = 1.4.6
|
||||||
|
APR_SITE = http://archive.apache.org/dist/apr
|
||||||
|
APR_INSTALL_STAGING = YES
|
||||||
|
APR_CONF_ENV = \
|
||||||
|
ac_cv_file__dev_zero=yes \
|
||||||
|
ac_cv_func_setpgrp_void=yes \
|
||||||
|
apr_cv_process_shared_works=yes \
|
||||||
|
apr_cv_mutex_robust_shared=no \
|
||||||
|
apr_cv_tcp_nodelay_with_cork=yes \
|
||||||
|
ac_cv_sizeof_struct_iovec=8 \
|
||||||
|
apr_cv_mutex_recursive=yes
|
||||||
|
|
||||||
|
$(eval $(call AUTOTARGETS))
|
Loading…
x
Reference in New Issue
Block a user