8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 12:03:02 +01:00
Commit Graph

696 Commits

Author SHA1 Message Date
alexpeshkoff
a38f89cf14 Fixed CORE-3682: Firebird 2.5.1 OSX Lion hangs on attaching to second database 2012-03-06 13:28:02 +00:00
alexpeshkoff
ec2402c0d0 Backported fix for CORE-3727: Support C preprocessor flags in firebird build system 2012-01-12 15:02:17 +00:00
alexpeshkoff
117b1d1225 Applied Michal's patch 2012-01-11 13:04:11 +00:00
alexpeshkoff
084eb9e9e1 Backported fix for CORE-3677: Stop utilities to export entrypoints 2011-12-27 12:45:55 +00:00
alexpeshkoff
f8f918d29e Backported fixes for CORE-3605 and CORE-3606 2011-10-12 11:58:00 +00:00
alexpeshkoff
27dfa289d9 CORE-3615: add silent_install target to firebird's Makefile 2011-10-06 09:25:02 +00:00
paulbeach
6f94f3806b There seems to be an optimisation bug in Apple's implementation of gcc 4.2.1 on MacOSX 10.7 (Lion) when compiling in 32bit mode. The function uuid_to_char returns an error "binary UUID argument for UUID_TO_CHAR must use 16 bytes". Reducing the compiler optimisation flag from -O3 to -O1 fixes the problem. 2011-09-14 09:00:48 +00:00
paulbeach
006812b549 Needed for 2.5.1 build 2011-08-16 09:19:27 +00:00
paulbeach
263bbe344b Fix typo 2011-06-15 08:30:49 +00:00
mapopa
2bea56a9dd remove -mcpu=powerpc from cflags on powerpc
-mcpu=powerpc assumes certain powerpc and will create wrong code if the
default cpu is not compatible with with -mcpu=powerpc. This is the case
on softfloat toolchains for instance.

This patch removes the -mcpu= state from cflags and the default cpu will
be used.

http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2010q2/001932.html
2011-05-10 10:00:58 +00:00
mapopa
e3f9719b0d Description: Drop -m32 flag
This prefix file is used on all sparc variants and -m32 breaks the build on sparc64
Author: Damyan Ivanov <dmn@debian.org>
Forwarded: from debian/patches
2011-05-10 09:49:05 +00:00
alexpeshkoff
68d00482e2 Fixed CORE-3397: Unresolved symbols in intl and trace libraries 2011-03-18 17:48:03 +00:00
alexpeshkoff
a7535c16c4 Fixed CORE-3377: During firebird build records about missing fbintl.conf are attempted to be placed in firebird.log in destination (not build) directory 2011-03-09 11:59:31 +00:00
alexpeshkoff
27b6da7104 Damyan's patch fixing list of targets for linux/s390 2011-01-16 14:05:51 +00:00
alexpeshkoff
97b90028ec Fixed CORE-3257: 'make install' fails on linux 2010-11-24 13:19:20 +00:00
alexpeshkoff
84aef755e2 Backported CORE-3185: Firebird compilation on a box, already running firebird server 2010-10-15 14:54:45 +00:00
alexpeshkoff
18fdb80572 Fixed CORE-3156: Problems using UDFs on Mac 2010-10-05 12:17:50 +00:00
alexpeshkoff
732986946c Paul's changes from CVS - Mac port 2010-06-09 08:37:25 +00:00
alexpeshkoff
1020333c68 fixed posic build 2010-03-24 12:50:35 +00:00
alexpeshkoff
569200e719 Backported fix for CORE-2844: Unresolved symbol references when linking fbsvcmgr and fbtracemgr 2010-03-14 14:17:29 +00:00
paulbeach
23489337fc Make changeMultiConnectMode executable. 2010-02-04 10:55:02 +00:00
alexpeshkoff
97b210a87e Partially applied Damyan's patches from CORE-2825 2010-02-03 11:56:01 +00:00
alexpeshkoff
3d0222b806 Fixed regression when missing --prefix switch in configure.
Fixed FreeBSD built, install on FreeBSD is in progress.
2010-01-29 11:34:25 +00:00
alexpeshkoff
0e8baa2c5e HPUX port 2010-01-29 10:04:06 +00:00
paulbeach
f950c831b6 Adjust the build process slightly for Darwin 2009-11-30 12:00:44 +00:00
verbguy
02c3be6515 international library fails to load on AIX with unresolved symbols. reviewed by Alex 2009-11-10 15:28:24 +00:00
verbguy
ad601e0f8c exported symbols in HP-UX version file should match firebird.vers 2009-11-03 23:33:39 +00:00
verbguy
66018e590a exported symbols in AIX export file should match the firebird.vers 2009-11-03 21:17:41 +00:00
verbguy
71b7001321 AIX porting changes
- suppress "unknown pragma message" messages for production build
- fix comment, -qstaticinline is still used in production build
2009-11-02 20:34:58 +00:00
verbguy
784c78e919 hpux corrections for rpath issues and atomic library 2009-10-27 19:47:07 +00:00
paulbeach
0c50bf99a7 Missing symbols 2009-10-23 11:30:32 +00:00
paulbeach
0b21753870 Updated for 25RC1 2009-10-23 10:55:18 +00:00
paulbeach
61384ac746 remove -lfbembed from the link line, as it breaks the Mac build. - if you need this amend LINK_UDF_LIBS in the prefix file instead. 2009-10-23 09:40:41 +00:00
paulbeach
e497593e62 Another missing symbol.... 2009-10-21 12:52:37 +00:00
paulbeach
df2891c2c2 Missing symbols. Is it so difficult for the developer who adds new symbols to add the new symbols to all the vers files rather than just the one that concerns them? 2009-10-21 12:49:50 +00:00
paulbeach
b4ff9b4e12 MacOSX 10.6 and gcc 4.1.2 changes 2009-10-20 14:03:03 +00:00
paulbeach
b9979d4740 MacOSX 10.6 and gcc 4.1.2 changes 2009-10-20 13:40:03 +00:00
alexpeshkoff
d42b2553dd Fixed CORE-2465: SCH_ast symbol no longer exported 2009-10-20 11:21:37 +00:00
alexpeshkoff
6449dcc85e Fixed darwin built with gcc4.1 2009-10-12 13:41:00 +00:00
asfernandes
90dfb9a411 Misc 2009-09-30 01:10:11 +00:00
verbguy
56f291e05f HP-UX changes - 64-bit atomic counters, support for HP-UX 11 v2, and small tweak of build options 2009-09-29 19:13:51 +00:00
verbguy
804b6107f5 1) it seems we *do* own Solaris/Intel boxes that do *not* support -xarch=sse2
2) -xmemalign not supported on Solaris/Intel and not wanted on Solaris/SPARC
2009-09-29 14:54:34 +00:00
alexpeshkoff
323d9bcb75 Cleanup - do not build unneeded files 2009-09-29 10:33:10 +00:00
verbguy
44bbcf6a76 on HP-UX we need the optional AtomicAPI SPK software package 2009-09-24 19:15:03 +00:00
alexpeshkoff
ec2eb3f144 Improvement CORE-1643: Use DatabaseAccess configuration parameter for default database location 2009-09-22 13:17:41 +00:00
alexpeshkoff
2ca82515cd Impovement CORE-2625: Port to s390 (32-bit), patch from Damyan Ivanov 2009-09-18 13:08:47 +00:00
aafemt
e506c6fbd2 No more ibconfig 2009-09-12 12:47:15 +00:00
alexpeshkoff
60a115efc2 Fixed CORE-2601: fine tuning of the installation directories does not work in configure 2009-09-11 10:49:46 +00:00
verbguy
ed6ef283d2 make perf64_format, perf64_get_info, perf64_report visible for unix builds 2009-09-09 14:00:07 +00:00
verbguy
626f4ccfbd solaris distribution kit changes, reviewed by alex 2009-09-08 20:11:30 +00:00