summaryrefslogtreecommitdiffstats
path: root/database/firebird/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/firebird/PRE_BUILD')
-rwxr-xr-xdatabase/firebird/PRE_BUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/database/firebird/PRE_BUILD b/database/firebird/PRE_BUILD
index 56818aebad..379216f5b9 100755
--- a/database/firebird/PRE_BUILD
+++ b/database/firebird/PRE_BUILD
@@ -9,14 +9,13 @@
cd $SOURCE_DIRECTORY &&
# at present the build only works for everything in one directory
-# tree /usr/firebird
+# tree /opt/firebird
# remove supplied ICU & editline packages
- rm -rf extern &&
+ rm -rf extern/{SfIO,btyacc,editline,icu} &&
# fix for gcc4 and smgl issues
#apply patches
bzcat ${SPELL_DIRECTORY}/fb${FB_VER}.patch.bz2 | patch -p1 &&
-
-# run autogen
- NOCONFIGURE=1 . ./autogen.sh
-
+# regenerate files
+libtoolize -f -i &&
+autoreconf