summaryrefslogtreecommitdiffstats
path: root/database/fbcopy/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/fbcopy/PRE_BUILD')
-rwxr-xr-xdatabase/fbcopy/PRE_BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/database/fbcopy/PRE_BUILD b/database/fbcopy/PRE_BUILD
new file mode 100755
index 0000000000..648b1077b2
--- /dev/null
+++ b/database/fbcopy/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+# fix problem with gcc-4.3.2
+sed -i -e "/\<limits\>/ a\
+#include <cstring>
+#include <memory>
+" source/ibpp/core/_ibpp.h