summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/apr/apr_1.4.6.bb2
-rw-r--r--meta/site/common-linux1
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/apr/apr_1.4.6.bb b/meta/recipes-support/apr/apr_1.4.6.bb
index 54c47fee4e..896f79fe36 100644
--- a/meta/recipes-support/apr/apr_1.4.6.bb
+++ b/meta/recipes-support/apr/apr_1.4.6.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0c35ff3c4c83b89d2f076e315caac28b \
9 9
10BBCLASSEXTEND = "native" 10BBCLASSEXTEND = "native"
11 11
12PR = "r0" 12PR = "r1"
13 13
14SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \ 14SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
15 file://configure_fixes.patch \ 15 file://configure_fixes.patch \
diff --git a/meta/site/common-linux b/meta/site/common-linux
index f441abb73a..8a9146eace 100644
--- a/meta/site/common-linux
+++ b/meta/site/common-linux
@@ -1,5 +1,6 @@
1# apr 1# apr
2ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes} 2ac_cv_file__dev_zero=${ac_cv_file__dev_zero=yes}
3ac_cv_sizeof_pid_t=${ac_cv_sizeof_pid_t=4}
3 4
4# samba 5# samba
5samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no} 6samba_cv_HAVE_IFACE_AIX=${samba_cv_HAVE_IFACE_AIX=no}