about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbuildtools/configure.pl1
-rw-r--r--doc/HISTORY8
2 files changed, 6 insertions, 3 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 98570ddd..d135d3e9 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -2143,6 +2143,7 @@ if ($platform eq "GNU") {
     push(@config_mk, "NETWORKLD = -lsocket -lresolve\n");
 } elsif ($platform eq "DARWIN") {
     push(@config_mk, "CC = cc -no-cpp-precomp\n");
+    push(@config_mk, gnuCflags('cc'));
     push(@config_mk, 'CFLAGS_SHLIB = -fno-common', "\n");
 
     my $installNameOpt;
diff --git a/doc/HISTORY b/doc/HISTORY
index 6c9e00fb..e640555a 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -19,9 +19,11 @@ not yet  BJH  Release 10.45.00
 
               pamditherbw: Fix -value other than .5 with -fs, -atkinson.
 
-              Build: Move CFLAGS later in libjasper build so that a -I in
-              CFLAGS doesn't interfere with finding the local libjasper
-              header files.
+              Build: Use GNU compile options for Darwin.
+
+              Build: Move CFLAGS later in libjasper and librle build so that a
+              -I in CFLAGS doesn't interfere with finding the local libjasper
+              and Netpbm header files.
 
               Build: Move LDFLAGS later so that a -L in LDFLAGS doesn't
               interfere with finding the built libnetpbm.  (The common