[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] gawk branch, feature/m1-pma, updated. gawk-4.1.0-4934-g76a602a0
From: |
Arnold Robbins |
Subject: |
[SCM] gawk branch, feature/m1-pma, updated. gawk-4.1.0-4934-g76a602a0 |
Date: |
Fri, 21 Oct 2022 06:47:35 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, feature/m1-pma has been updated
via 76a602a0034b506e59aa6819c8d89912a05b0a32 (commit)
from 8c76dbf27619f450f35153b116ff045235a7690f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=76a602a0034b506e59aa6819c8d89912a05b0a32
commit 76a602a0034b506e59aa6819c8d89912a05b0a32
Author: Arnold D. Robbins <arnold@skeeve.com>
Date: Fri Oct 21 13:47:23 2022 +0300
Another fix.
diff --git a/configure b/configure
index 68208044..869872e5 100755
--- a/configure
+++ b/configure
@@ -12628,6 +12628,8 @@ fi
*)
# hack! on M1 compile it as x86 executable
CFLAGS="${CFLAGS} -arch x86_64"
+ LDFLAGS="${LDFLAGS} -Xlinker -no_pie"
+ export CFLAGS LDFLAGS
;;
esac
;;
diff --git a/extension/configure b/extension/configure
index 5e4a7ca6..9ec2de1d 100755
--- a/extension/configure
+++ b/extension/configure
@@ -8843,6 +8843,8 @@ fi
*)
# hack! on M1 compile it as x86 executable
CFLAGS="${CFLAGS} -arch x86_64"
+ LDFLAGS="${LDFLAGS} -Xlinker -no_pie"
+ export CFLAGS LDFLAGS
;;
esac
;;
diff --git a/m4/pma.m4 b/m4/pma.m4
index 2d3cbcee..bef86cc2 100644
--- a/m4/pma.m4
+++ b/m4/pma.m4
@@ -34,6 +34,8 @@ then
*)
# hack! on M1 compile it as x86 executable
CFLAGS="${CFLAGS} -arch x86_64"
+ LDFLAGS="${LDFLAGS} -Xlinker -no_pie"
+ export CFLAGS LDFLAGS
;;
esac
;;
-----------------------------------------------------------------------
Summary of changes:
configure | 2 ++
extension/configure | 2 ++
m4/pma.m4 | 2 ++
3 files changed, 6 insertions(+)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] gawk branch, feature/m1-pma, updated. gawk-4.1.0-4934-g76a602a0,
Arnold Robbins <=