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

730 Commits

Author SHA1 Message Date
paulbeach
128dc36ee5 More changes to support the new pkgbuild installer for El Capitan 2015-10-14 12:46:58 +00:00
paulbeach
e797e9e51b New installer based on pkgbuild and productbuild to replace old deprecated installer on El Capitan 2015-10-13 12:00:35 +00:00
paulbeach
a8e97e5a70 Clang only supports TLS from MacOSX 10.7 2015-09-28 12:11:22 +00:00
paulbeach
2f77215dbe Typo, adjust AR redefinition in extern.editline 2015-07-03 06:44:30 +00:00
paulbeach
70c308827b Solve compilation problem on HPUX with symbols and empty.vers 2015-07-02 11:15:01 +00:00
paulbeach
f18b41e48d Solve compilation problem on HPUX with symbols and empty.vers 2015-07-02 09:52:02 +00:00
paulbeach
0292ef2bc3 add default header 2015-06-22 08:17:52 +00:00
paulbeach
252088ce07 2015-06-18 08:36:48 +00:00
paulbeach
5ffbd1a480 Link problems on AIX 2015-06-18 08:35:20 +00:00
paulbeach
48d3f10d47 Fix for gcc 4.1 problem is no longer needed. gcc 4.2 from MacOSX 10.8 2015-06-16 11:24:28 +00:00
mapopa
55e008a3d6 Apply libo patch for El Capitan a799d7c9a6 2015-06-15 15:11:07 +00:00
mapopa
5d81e90ed7 gds_relay was removed by alex 2015-06-15 14:54:42 +00:00
mapopa
fd59296a50 no-cygwin is deprecated 2015-06-03 07:54:38 +00:00
mapopa
2ca300d435 -fno-weak is unknown in the Clang 3.4 in current Xcode (5.1)
http://article.gmane.org/gmane.comp.documentfoundation.libreoffice.scm/46191/
2015-05-27 17:15:12 +00:00
paulbeach
56bf1667f8 StartupItems is now deprecated on Yosemite (10.10), use launchctl for SuperServer as well as Classic 2015-03-06 08:55:53 +00:00
mkubecek
5546109ce4 fix build on architectures where char is unsigned (e.g. aarch64) 2014-11-14 08:44:47 +00:00
mapopa
f1958739a5 Some parts are missing in powerpc64el , copy pasted from prefix arm64 2014-11-12 13:57:52 +00:00
mapopa
5280cf51da add prefix file linux_powerpc64el 2014-11-12 06:22:58 +00:00
paulbeach
1a0042b119 Fix annoying typo 2014-09-17 13:03:14 +00:00
paulbeach
41f5204ba5 Fix typo 2014-09-17 12:55:29 +00:00
alexpeshkoff
cb65a2ae3c Backported fix for CORE-4475: attempt to create lock files directory fails during cleanup 2014-06-30 11:46:26 +00:00
alexpeshkoff
4db5ac60e0 Missed file for ARM64 port 2014-05-22 10:28:25 +00:00
alexpeshkoff
b144c0d35e I have a report that this fix makes it possible to have successfull release build on HP-UX B.11.31 with HP C/aC++ A.06.26 compiler 2014-05-22 10:09:53 +00:00
alexpeshkoff
4bec156968 Slightly better fix for gfix posix build problem 2013-12-12 09:14:48 +00:00
hvlad
99651f72d6 Trying to fix posix build of gfix 2013-12-12 08:23:44 +00:00
roman-simakov
fa751247f4 Ignoring port for localhost in nbackup. Added check for localhost and error message if non localhost provided. 2013-12-04 16:24:08 +00:00
paulbeach
3fa95ef5a7 Enable support for the Cobol pre-compiler in libfbclient and libfbembed should anyone want to compile it and use it. 2013-08-30 08:16:29 +00:00
alexpeshkoff
b1ec77c44d Patch from LO 2013-07-22 07:36:20 +00:00
alexpeshkoff
74938ad13e Fixed CORE-3935 and CORE-3993 2012-12-14 17:45:38 +00:00
alexpeshkoff
c2574cf733 Cleanup - avoid unneeded module in trace plugin 2012-11-01 10:40:27 +00:00
paulbeach
16624e82de Fix problem with Trace not working on MacOS 2012-11-01 09:06:56 +00:00
paulbeach
4c60664e54 Allow build for 2.5.2 on MacOS 2012-08-14 08:09:29 +00:00
paulbeach
70835c8072 Fix CORE-3740 - optimisation bug in GCC 2012-08-08 14:38:40 +00:00
paulbeach
357f07a063 Copy libfbclient.dylib to Firebird SuperServer Framework Libraries to support the ODBC driver 2012-06-20 09:32:26 +00:00
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