You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by tr...@apache.org on 2013/10/14 20:58:19 UTC

svn commit: r1532022 - /apr/apr/trunk/build/apr_hints.m4

Author: trawick
Date: Mon Oct 14 18:58:19 2013
New Revision: 1532022

URL: http://svn.apache.org/r1532022
Log:
Update support for MINT OS.

PR: 47181
Submitted by: Alan Hourihane <alanh fairlite.co.uk>

Modified:
    apr/apr/trunk/build/apr_hints.m4

Modified: apr/apr/trunk/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/trunk/build/apr_hints.m4?rev=1532022&r1=1532021&r2=1532022&view=diff
==============================================================================
--- apr/apr/trunk/build/apr_hints.m4 (original)
+++ apr/apr/trunk/build/apr_hints.m4 Mon Oct 14 18:58:19 2013
@@ -44,8 +44,7 @@ if test "x$apr_preload_done" != "xyes" ;
 
   case "$host" in
     *mint)
-	APR_ADDTO(CPPFLAGS, [-DMINT])
-	APR_ADDTO(LIBS, [-lportlib])
+	APR_ADDTO(CPPFLAGS, [-DMINT -D_GNU_SOURCE])
 	;;
     *MPE/iX*)
 	APR_ADDTO(CPPFLAGS, [-DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE])