aboutsummaryrefslogtreecommitdiffstats
path: root/make/berkeleydb.mk
Commit message (Collapse)AuthorAgeFilesLines
* automatically detect if we have a usable version of sedEric Andersen2003-11-191-1/+1
| | | | installed. If not, we will now build our own version.
* Change 'sed -ie' to 'sed -i -e' to avoid littering the buildEric Andersen2003-11-181-1/+1
| | | | | with lots of unwanted backup files with the letter "e" appended. -Erik
* By popular demand, use 'sed' rather than 'perl' for doingEric Andersen2003-11-131-1/+1
| | | | | | search and replace stuff. Hopefully we do not have any perl specific regexs that will be broken by this change, but it seems to be working thus far anyways,
* Rework things to ensure we are cross compiling. Teach problematicEric Andersen2003-03-041-1/+3
| | | | | apps like openssh to cross compile. This eliminates the need for the magic ld-uClibc.so.0 symlink in /lib
* Fixup db targetEric Andersen2003-03-011-14/+46
|
* Lots and lots of changesEric Andersen2003-02-121-1/+1
|
* Change from using "TARGET_CC1" to just plan "TARGET_CC"Eric Andersen2003-01-191-3/+3
| | | | which is a bit more sensible.
* standardize handling of GNU configure scriptsEric Andersen2003-01-171-15/+23
| | | | -Erik
* Make use of wget consistant by using a WGET variableEric Andersen2002-11-201-1/+1
|
* Add berkeley db supportEric Andersen2002-08-101-0/+52