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 21:03:08 UTC

svn commit: r1532027 - in /apr/apr/branches/1.5.x: ./ CHANGES build/apr_hints.m4

Author: trawick
Date: Mon Oct 14 19:03:08 2013
New Revision: 1532027

URL: http://svn.apache.org/r1532027
Log:
Merge r1532022 from trunk:

Update support for MINT OS.

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

Modified:
    apr/apr/branches/1.5.x/   (props changed)
    apr/apr/branches/1.5.x/CHANGES
    apr/apr/branches/1.5.x/build/apr_hints.m4

Propchange: apr/apr/branches/1.5.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1532022

Modified: apr/apr/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/CHANGES?rev=1532027&r1=1532026&r2=1532027&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr/branches/1.5.x/CHANGES [utf-8] Mon Oct 14 19:03:08 2013
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 1.5.0
 
+  *) Update compile settings for MINT OS.  PR 47181. [Alan Hourihane
+     <alanh fairlite.co.uk>]
+
   *) Files and pipes on Windows:  Don't create an unused pollset when
      files and pipes are opened.  [Mladen Turk]
 

Modified: apr/apr/branches/1.5.x/build/apr_hints.m4
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.5.x/build/apr_hints.m4?rev=1532027&r1=1532026&r2=1532027&view=diff
==============================================================================
--- apr/apr/branches/1.5.x/build/apr_hints.m4 (original)
+++ apr/apr/branches/1.5.x/build/apr_hints.m4 Mon Oct 14 19:03:08 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])