summaryrefslogtreecommitdiffstats
path: root/database
diff options
context:
space:
mode:
authorTreeve Jelbert2018-02-04 12:45:14 +0100
committerTreeve Jelbert2018-02-04 14:03:26 +0100
commit1fd97a60f68069c5bb0b1fa16e8b315e6a442b0c (patch)
tree8bb78b5636a8987b81835f02023f92ac2a96271d /database
parent5d345ea2b4edf61f15e0de4663b22f63449ebb52 (diff)
firebird3 - need another symlink
Diffstat (limited to 'database')
-rwxr-xr-xdatabase/firebird3/INSTALL1
1 files changed, 1 insertions, 0 deletions
diff --git a/database/firebird3/INSTALL b/database/firebird3/INSTALL
index 6a8029aeca..f16bd87e9f 100755
--- a/database/firebird3/INSTALL
+++ b/database/firebird3/INSTALL
@@ -28,6 +28,7 @@ mkdir -p $FROM/lib &&
ln -vsf $TGT/lib/libfbclient.so $FROM/lib &&
mkdir -p $FROM/include &&
ln -vsf $TGT/include/ibase.h $FROM/include &&
+ln -vsf $TGT/include/firebird $FROM/include &&
# link to config files
FROM=$INSTALL_ROOT/$FB_PREFIX &&