upstart: remove unneeded CPPFLAGS.

--HG--
extra : convert_revision : 2714517f31f893ce703ed167bcad35e80363b99b
This commit is contained in:
Juan RP 2008-10-27 09:14:49 +01:00
parent 4ee2fd5e1a
commit dc0383b059
1 changed files with 0 additions and 4 deletions

View File

@ -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"