ostree/gnomeos/3.4/isc-dhcp-no-builddir.patch

25 lines
665 B
Diff

From f957e3282cc88fb10fdd3ce556aa68c797a9021a Mon Sep 17 00:00:00 2001
From: Colin Walters <walters@verbum.org>
Date: Wed, 11 Jan 2012 16:48:36 -0500
Subject: [PATCH] build: We don't support srcdir != builddir
---
configure.ac | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index df4bae3..8df75d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,7 @@
AC_INIT([DHCP], [4.2.2], [dhcp-users@isc.org])
+echo \#buildapi-variable-no-builddir >/dev/null
+
# we specify "foreign" to avoid having to have the GNU mandated files,
# like AUTHORS, COPYING, and such
AM_INIT_AUTOMAKE([foreign])
--
1.7.6.4