From: Bdale Garbee Date: Wed, 24 Aug 2011 19:33:36 +0000 (-0600) Subject: lose --with-devel since it's causing us to build a sudo that's broken X-Git-Tag: debian/1.8.2-1~1 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=b07a615d634fdcb453c16e463579cbff869764ff;p=debian%2Fsudo lose --with-devel since it's causing us to build a sudo that's broken --- diff --git a/debian/changelog b/debian/changelog index a7d25cd..553963f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,10 @@ sudo (1.8.2-1) UNRELEASED; urgency=low * move secure_path from configure to default sudoers, closes: #85123, 85917 * improve sudoers self-documentation, closes: #613639 * drop --disable-setresuid since modern systems should not run 2.2 kernels + * lose the --with-devel configure option since it's breaking builds in + subdirectories for some reason - -- Bdale Garbee Wed, 24 Aug 2011 09:40:20 -0600 + -- Bdale Garbee Wed, 24 Aug 2011 13:33:11 -0600 sudo (1.7.4p6-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index 8eea406..c6ff65e 100755 --- a/debian/rules +++ b/debian/rules @@ -21,7 +21,6 @@ configure-stamp: cd build-simple && NROFFPROG=/usr/bin/nroff $(CURDIR)/configure \ --prefix=/usr -v \ --with-all-insults \ - --with-devel \ --with-pam \ --with-fqdn \ --with-logging=syslog \ @@ -42,7 +41,6 @@ configure-stamp: cd build-ldap && NROFFPROG=/usr/bin/nroff $(CURDIR)/configure \ --prefix=/usr -v \ --with-all-insults \ - --with-devel \ --with-pam \ --with-ldap \ --with-fqdn \