diff options
Diffstat (limited to 'recipes/cherokee/cherokee_0.5.3.bb')
-rw-r--r-- | recipes/cherokee/cherokee_0.5.3.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/cherokee/cherokee_0.5.3.bb b/recipes/cherokee/cherokee_0.5.3.bb new file mode 100644 index 0000000000..1fe9df46c0 --- /dev/null +++ b/recipes/cherokee/cherokee_0.5.3.bb @@ -0,0 +1,19 @@ +PR = "r7" + +SRC_URI_append = "file://configure.patch;patch=1 \ + file://Makefile.in.patch;patch=1 \ + file://Makefile.cget.patch;patch=1 \ + file://util.patch;patch=1" + +require cherokee.inc + +do_configure() { + gnu-configize + oe_runconf + sed -i 's:-L\$:-L${STAGING_LIBDIR} -L\$:' ${S}/*libtool +} + +do_install_prepend () { + # It only needs this app during the install, so compile it natively + $BUILD_CC -DHAVE_SYS_STAT_H -o cherokee_replace cherokee_replace.c +} |