From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Camm Maguire <camm@debian.org>
Date: Jun, 27 2026 17:46:15 +0000
Subject: [PATCH] <short summary of the patch>

TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-<Vendor>: <vendor-bugtracker-url>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>

--- gcl27-2.7.1.orig/configure
+++ gcl27-2.7.1/configure
@@ -7448,7 +7448,7 @@ if test ${enable_aslr+y}
 then :
   enableval=$enable_aslr; enable_aslr=$enableval
 else case e in #(
-  e) enable_asrl="yes" ;;
+  e) enable_aslr="yes" ;;
 esac
 fi
 
--- gcl27-2.7.1.orig/configure.ac
+++ gcl27-2.7.1/configure.ac
@@ -287,7 +287,7 @@ add_args_to_cflags  -fsigned-char -pipe
 add_args_to_ldflags -no-pie -Wl,-z,relro # -Wl,-z,lazy
 
 AC_ARG_ENABLE([aslr],[  --disable-aslr will ensure reproducible builds and/or work around absent no-pie],
-	      [enable_aslr=$enableval],[enable_asrl="yes"])
+	      [enable_aslr=$enableval],[enable_aslr="yes"])
 
 AC_MSG_CHECKING([whether aslr must be disabled due to absent -no-pie])
 if ! echo $LDFLAGS |grep -q -w '\-no\-pie'; then
--- gcl27-2.7.1.orig/git.tag
+++ gcl27-2.7.1/git.tag
@@ -1 +1 @@
-"Version_2_7_2pre33"
+"Version_2_7_2pre34"
