upstart: remove unneeded CPPFLAGS.
--HG-- extra : convert_revision : 2714517f31f893ce703ed167bcad35e80363b99b
This commit is contained in:
parent
4ee2fd5e1a
commit
dc0383b059
|
@ -3,10 +3,6 @@ pkgname=upstart
|
||||||
version=0.5.0
|
version=0.5.0
|
||||||
distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version@.tar.bz2"
|
distfiles="http://upstart.ubuntu.com/download/0.5/$pkgname-$version@.tar.bz2"
|
||||||
build_style=gnu_configure
|
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"
|
configure_args="--disable-rpath --exec-prefix=/ --enable-threading"
|
||||||
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
make_install_args="sbindir=$XBPS_DESTDIR/$pkgname-$version/sbin"
|
||||||
short_desc="Event-based replacement for the /sbin/init daemon"
|
short_desc="Event-based replacement for the /sbin/init daemon"
|
||||||
|
|
Loading…
Reference in New Issue