Changeset 2639


Ignore:
Timestamp:
25/02/2010 21:48:49 (2 years ago)
Author:
chris
Message:

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.

Location:
box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/infrastructure/makeparcels.pl.in

    r2608 r2639  
    245245                elsif ($type eq 'subdir') 
    246246                { 
     247                        shift @args; 
    247248                        print MAKE <<EOF; 
    248249.PHONY: $name-build $name-clean 
    249250 
    250251$name-build: 
    251         \$(MAKE) -C $name 
     252        \$(MAKE) -C @args 
    252253 
    253254$name-clean: 
  • box/trunk/parcels.txt

    r2620 r2639  
    1919        html bbackupd.conf 
    2020 
    21         subdir qdbm 
     21        subdir qdbm static 
    2222 
    2323EXCEPT:mingw32,mingw32msvc 
Note: See TracChangeset for help on using the changeset viewer.