SF.net SVN: gar:[25852] csw/mgar/pkg/libesmtp/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jul 18 13:12:39 CEST 2016


Revision: 25852
          http://sourceforge.net/p/gar/code/25852
Author:   dmichelsen
Date:     2016-07-18 11:12:39 +0000 (Mon, 18 Jul 2016)
Log Message:
-----------
libesmtp/trunk: Add fix for netdb.h include

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

Modified: csw/mgar/pkg/libesmtp/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libesmtp/trunk/Makefile	2016-07-18 09:45:53 UTC (rev 25851)
+++ csw/mgar/pkg/libesmtp/trunk/Makefile	2016-07-18 11:12:39 UTC (rev 25852)
@@ -22,6 +22,9 @@
 # PKGFILES is catchall
 RUNTIME_DEP_PKGS_CSWlibesmtp-dev += CSWlibesmtp6
 
+# We need this for EAI_* from <netdb.h>
+EXTRA_CPPFLAGS += -D__EXTENSIONS__
+
 BUILD64 = 1
 
 CONFIGURE_ARGS = $(DIRPATHS)

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