summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
diff options
context:
space:
mode:
authorRobert Nagy <robert@openbsd.org>2010-12-01 23:26:31 +0100
committerRobert Nagy <robert@openbsd.org>2010-12-01 23:31:07 +0100
commit0ba6499e6d78650eef3871cbfca4327c472536cd (patch)
tree296ca7b64663cb78db12abff8acee5cd6ee5249a /set_soenv.in
parentVersion 3.3.0.1, tag LIBREOFFICE_3_3_0_1 (3.3-rc1) (diff)
downloadcore-0ba6499e6d78650eef3871cbfca4327c472536cd.tar.gz
core-0ba6499e6d78650eef3871cbfca4327c472536cd.zip
merge a modified version of patches/dev300/system-db-check.diff
try to find all the supported db headers and libs in all the "standard" directories
Diffstat (limited to 'set_soenv.in')
-rw-r--r--set_soenv.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/set_soenv.in b/set_soenv.in
index 0a70afbabe3a..17019a6b230f 100644
--- a/set_soenv.in
+++ b/set_soenv.in
@@ -1956,6 +1956,8 @@ ToFile( "WITH_EXTRA_SAMPLE", "@WITH_EXTRA_SAMPLE@", "e" );
ToFile( "WITH_EXTRA_FONT", "@WITH_EXTRA_FONT@", "e" );
ToFile( "SYSTEM_DB", "@SYSTEM_DB@", "e" );
ToFile( "DB_VERSION", "@DB_VERSION@", "e" );
+ToFile( "DB_LIB", "@DB_LIB@", "e" );
+ToFile( "DB_CPPLIB", "@DB_CPPLIB@", "e" );
ToFile( "DB_INCLUDES", "@DB_INCLUDES@", "e" );
ToFile( "ENABLE_MYSQLC", "@ENABLE_MYSQLC@", "e" );
ToFile( "SYSTEM_MYSQL", "@SYSTEM_MYSQL@", "e" );