summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorDale Ogilvie <pnyli0002@sneakemail.com>2007-05-30 12:48:18 +0200
committerAaron Griffin <aaronmgriffin@gmail.com>2007-05-31 06:58:22 +0200
commita8c552d4770b50da1ed6248000392ac28fe17950 (patch)
tree224fe9553c29f6ceaad23d5bfbc4dff75d90f699 /etc
parent2ef1c8416f99ae62dc9e6d570ccbaefcc6fc3eed (diff)
downloadpacman-a8c552d4770b50da1ed6248000392ac28fe17950.tar.gz
pacman-a8c552d4770b50da1ed6248000392ac28fe17950.tar.xz
Add support for creating xdeltas in makepkg.
Add xdelta option to makepkg.conf Added xfer script to contrib. Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 2fc796e1..b68b937e 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -46,7 +46,7 @@ CXXFLAGS="-@ARCHSWITCH@=@CARCHFLAGS@ -mtune=generic -O2 -pipe"
#-- color: Colorize output messages
#-- ccache: Use ccache to cache compilation
#
-BUILDENV=(fakeroot !distcc color !ccache)
+BUILDENV=(fakeroot !distcc color !ccache !xdelta)
#
#-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
#-- specify a space-delimited list of hosts running in the DistCC cluster.