summarylogtreecommitdiffstats
path: root/0002-Add-configure-option-to-not-install-kauth.patch
diff options
context:
space:
mode:
authorMichael Lass2017-09-22 16:43:20 +0200
committerMichael Lass2017-09-22 16:43:20 +0200
commit481c950dd5bdd56f6a2e042f81b3adb7b39ee88c (patch)
treefd249234bb317b05f6c6df96456704b1a5a7c71b /0002-Add-configure-option-to-not-install-kauth.patch
parent308fcfb8b9d89ee2bd9ffbdb6449a4c231d02847 (diff)
downloadaur-481c950dd5bdd56f6a2e042f81b3adb7b39ee88c.tar.gz
Update to 1.6.21.1
Diffstat (limited to '0002-Add-configure-option-to-not-install-kauth.patch')
-rw-r--r--0002-Add-configure-option-to-not-install-kauth.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0002-Add-configure-option-to-not-install-kauth.patch b/0002-Add-configure-option-to-not-install-kauth.patch
index 168c69f9ac3b..fde43bd96b6e 100644
--- a/0002-Add-configure-option-to-not-install-kauth.patch
+++ b/0002-Add-configure-option-to-not-install-kauth.patch
@@ -1,4 +1,4 @@
-From a828ba26835e23674b8ac9a1b452f3444faab0dd Mon Sep 17 00:00:00 2001
+From 6af720875fc6096bbd7912340857f8d27410c6a0 Mon Sep 17 00:00:00 2001
From: Ben Kaduk <kaduk@mit.edu>
Date: Thu, 8 Nov 2012 18:40:57 -0500
Subject: [PATCH 2/4] Add configure option to not install kauth
@@ -25,7 +25,7 @@ Tested-by: BuildBot <buildbot@rampaginggeek.com>
2 files changed, 73 insertions(+), 52 deletions(-)
diff --git a/acinclude.m4 b/acinclude.m4
-index ee40b4109..5a1ad86e6 100644
+index d80cacd78..68793c40b 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -159,6 +159,14 @@ AC_ARG_ENABLE([transarc-paths],
@@ -43,7 +43,7 @@ index ee40b4109..5a1ad86e6 100644
dnl Optimization and debugging flags.
AC_ARG_ENABLE([strip-binaries],
[AS_HELP_STRING([--disable-strip-binaries],
-@@ -1527,6 +1535,13 @@ else
+@@ -1528,6 +1536,13 @@ else
fi
AC_SUBST(BUILD_LOGIN)