diff options
Diffstat (limited to 'packages/cherokee/cherokee.inc')
-rw-r--r-- | packages/cherokee/cherokee.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/packages/cherokee/cherokee.inc b/packages/cherokee/cherokee.inc index 9736370cb4..58ffe1ac94 100644 --- a/packages/cherokee/cherokee.inc +++ b/packages/cherokee/cherokee.inc @@ -12,10 +12,6 @@ inherit autotools pkgconfig binconfig update-rc.d EXTRA_OECONF = "--enable-tls=gnutls --disable-static --disable-nls" -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 -} do_install_append () { install -m 0755 -d ${D}${sysconfdir}/init.d install -m 755 ${WORKDIR}/cherokee.init ${D}${sysconfdir}/init.d/cherokee |