SF.net SVN: gar:[26611] csw/mgar/pkg/postfix/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Jan 16 12:47:44 CET 2020


Revision: 26611
          http://sourceforge.net/p/gar/code/26611
Author:   dmichelsen
Date:     2020-01-16 11:47:43 +0000 (Thu, 16 Jan 2020)
Log Message:
-----------
postfix/trunk: Add largefile support

Modified Paths:
--------------
    csw/mgar/pkg/postfix/trunk/Makefile

Modified: csw/mgar/pkg/postfix/trunk/Makefile
===================================================================
--- csw/mgar/pkg/postfix/trunk/Makefile	2020-01-15 15:31:52 UTC (rev 26610)
+++ csw/mgar/pkg/postfix/trunk/Makefile	2020-01-16 11:47:43 UTC (rev 26611)
@@ -50,7 +50,7 @@
 UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
 LICENSE      = LICENSE TLS_LICENSE
 
-GARCOMPILER = GCC4
+GARCOMPILER = GNU
 
 # Tag configuration files for handling via cswclassutils
 CONFIG_BASE  := /etc/opt/csw/postfix/
@@ -226,7 +226,7 @@
 INCLUDES += -I/opt/csw/include/mysql
 AUXLIBS  += -L/opt/csw/lib -R/opt/csw/mysql5/lib/mysql
 AUXLIBS  += -lmysqlclient
-BUILD_DEP_PKGS += CSWmysql-dev
+BUILD_DEP_PKGS += CSWmysql56-dev
 RUNTIME_DEP_PKGS += CSWlibmysqlclient18
 
 # Activate support for PostgreSQL
@@ -246,6 +246,8 @@
 
 EXTRA_LD_OPTIONS = -Bdirect -z ignore
 
+EXTRA_CPPFLAGS += -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+
 include gar/category.mk
 
 # Postfix's build system relies on CCARGS, populate it with the defaults from

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list