summaryrefslogtreecommitdiffstats
path: root/expat
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
committerLukc <lukc@upyum.com>2011-01-08 18:45:21 +0100
commitc4b9d9e80826b8f309f21298440c0baf492929a2 (patch)
tree98b2561257dd9518326e1c97cc03102a58295b01 /expat
parent91f7c987c26853e777c599731e65222081df3732 (diff)
downloaddevel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.gz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.bz2
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.tar.xz
devel-c4b9d9e80826b8f309f21298440c0baf492929a2.zip
Foutu mainteneur de pkg++, alors.
Diffstat (limited to 'expat')
-rw-r--r--expat/Pkgfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/expat/Pkgfile b/expat/Pkgfile
index d044501..16ba5b1 100644
--- a/expat/Pkgfile
+++ b/expat/Pkgfile
@@ -18,8 +18,8 @@ build ()
patch -p0 -d lib -i $SRC/expat-CVE-2009-3560.patch;
patch -p0 -d lib -i $SRC/expat-CVE-2009-3720.patch;
./configure \
- ${CHOST:+--build=${CHOST}} \
- ${CTARGET:+--host=${CTARGET}} \
+ ${CBUILD:+--build=${CBUILD}} \
+ ${CHOST:+--host=${CHOST}} \
--prefix=/usr;
make;
make prefix=$PKG/usr install