summaryrefslogtreecommitdiff
path: root/lang/polyml
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2021-03-05 13:56:25 +0000
committerjaapb <jaapb@pkgsrc.org>2021-03-05 13:56:25 +0000
commitf7a3d6e588ddf9dad726b11d71882226da741711 (patch)
tree0ae30edd2284a7a4594a82d4c99bf1a5a21319f4 /lang/polyml
parent6e1b983bb17ced45819182429831a92aba39b36e (diff)
downloadpkgsrc-f7a3d6e588ddf9dad726b11d71882226da741711.tar.gz
Reinstated comment in patch for lang/polyml
Diffstat (limited to 'lang/polyml')
-rw-r--r--lang/polyml/patches/patch-Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/polyml/patches/patch-Makefile.in b/lang/polyml/patches/patch-Makefile.in
index 0aa92956120..dec8733794b 100644
--- a/lang/polyml/patches/patch-Makefile.in
+++ b/lang/polyml/patches/patch-Makefile.in
@@ -1,4 +1,7 @@
-$NetBSD: patch-Makefile.in,v 1.2 2021/03/05 09:19:58 jaapb Exp $
+$NetBSD: patch-Makefile.in,v 1.3 2021/03/05 13:56:25 jaapb Exp $
+
+It's not enough to disable ASLR on the output executable. You also
+need to disable it on the thing that gets run during the build.
--- Makefile.in.orig 2020-07-17 08:44:22.000000000 +0000
+++ Makefile.in