diff options
Diffstat (limited to 'apache/apache_2.0.47.oe')
| -rw-r--r-- | apache/apache_2.0.47.oe | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apache/apache_2.0.47.oe b/apache/apache_2.0.47.oe index 7b130a0588..f22988b62d 100644 --- a/apache/apache_2.0.47.oe +++ b/apache/apache_2.0.47.oe @@ -13,6 +13,12 @@ inherit autotools libtool CFLAGS_append = " -DPATH_MAX=4096" CFLAGS_prepend = "-I${STAGING_DIR}/target/include/openssl " EXTRA_OECONF = --enable-ssl --with-ssl=${STAGING_DIR}/target --enable-dav --enable-dav-fs + +do_configure () { + ./buildconf + oe_runconf +} + do_compile () { touch srclib/apr-util/uri/gen_uri_delims.lo ${BUILD_CC} srclib/apr-util/uri/gen_uri_delims.c -o srclib/apr-util/uri/gen_uri_delims |
