summarylogtreecommitdiffstats
path: root/0002-Add-configure-option-to-not-install-kauth.patch
diff options
context:
space:
mode:
Diffstat (limited to '0002-Add-configure-option-to-not-install-kauth.patch')
-rw-r--r--0002-Add-configure-option-to-not-install-kauth.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/0002-Add-configure-option-to-not-install-kauth.patch b/0002-Add-configure-option-to-not-install-kauth.patch
index 9df9e4e0f04b..ba642f430e2f 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 8ac94d2dfadddcb1949a6595ddd9d7a257e8e94a Mon Sep 17 00:00:00 2001
+From 1a2f2aafff0bef08c2da18ceeeafb06d73057225 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/3] 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 b1444a1..067dc58 100644
+index 4f8e2c0..b3e03a2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -159,6 +159,14 @@ AC_ARG_ENABLE([transarc-paths],
@@ -43,7 +43,7 @@ index b1444a1..067dc58 100644
dnl Optimization and debugging flags.
AC_ARG_ENABLE([strip-binaries],
[AS_HELP_STRING([--disable-strip-binaries],
-@@ -1462,6 +1470,13 @@ else
+@@ -1477,6 +1485,13 @@ else
fi
AC_SUBST(BUILD_LOGIN)
@@ -190,5 +190,5 @@ index dd1452e..ad24e66 100644
#
# Misc. targets
--
-2.7.4
+2.8.2