summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2010-02-25 21:48:49 +0000
committerChris Wilson <chris+github@qwirx.com>2010-02-25 21:48:49 +0000
commit8e3f387072cfa5d5d8da5a31f7954a8506ab89d1 (patch)
tree0c2dda2841ebdc53c8ca3673f5f5c087bc551864
parentf84a13399de9d333a3686967ff98744b2795c546 (diff)
Only build the static library part of QDBM, as the default dynamic build
doesn't work on OSX and we don't care about the binary tools. Thanks to Melissa for the bug report.
-rwxr-xr-xinfrastructure/makeparcels.pl.in3
-rw-r--r--parcels.txt2
2 files changed, 3 insertions, 2 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 41dab287..4cdd2fea 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -244,11 +244,12 @@ EOF
}
elsif ($type eq 'subdir')
{
+ shift @args;
print MAKE <<EOF;
.PHONY: $name-build $name-clean
$name-build:
- \$(MAKE) -C $name
+ \$(MAKE) -C @args
$name-clean:
\$(MAKE) -C $name clean
diff --git a/parcels.txt b/parcels.txt
index c8eff11c..95b8e6cf 100644
--- a/parcels.txt
+++ b/parcels.txt
@@ -18,7 +18,7 @@ backup-client
html bbackupd-config
html bbackupd.conf
- subdir qdbm
+ subdir qdbm static
EXCEPT:mingw32,mingw32msvc
man bbackupd.8