From dc0383b059cb360c382db42725880c259b35be63 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 27 Oct 2008 09:14:49 +0100 Subject: [PATCH] upstart: remove unneeded CPPFLAGS. --HG-- extra : convert_revision : 2714517f31f893ce703ed167bcad35e80363b99b --- templates/upstart.tmpl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/upstart.tmpl b/templates/upstart.tmpl index 37ff6e181e5..4ea980832be 100644 --- a/templates/upstart.tmpl +++ b/templates/upstart.tmpl @@ -3,10 +3,6 @@ pkgname=upstart version=0.5.0 distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version@.tar.bz2" build_style=gnu_configure -# -# The following CPPFLAGS is needed to make this build outside of the chroot. -# -CPPFLAGS="-I$XBPS_MASTERDIR/usr/include/dbus-1.0 -I$XBPS_MASTERDIR/usr/lib/dbus-1.0/include" configure_args="--disable-rpath --exec-prefix=/ --enable-threading" make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin" short_desc="Event-based replacement for the /sbin/init daemon"