aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cherokee/cherokee_0.5.5.bb
blob: 73b4d52418592316f1e20bff30eb05355c5219c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
PR = "r4"

SRC_URI_append = "file://configure.in.patch;patch=1 \
                  file://Makefile.am.patch;patch=1"

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
}

require cherokee.inc