lose --with-devel since it's causing us to build a sudo that's broken
authorBdale Garbee <bdale@gag.com>
Wed, 24 Aug 2011 19:33:36 +0000 (13:33 -0600)
committerBdale Garbee <bdale@gag.com>
Wed, 24 Aug 2011 19:33:36 +0000 (13:33 -0600)
debian/changelog
debian/rules

index a7d25cd8e8bdf3e9ef5c8830d4f45b5475bf250f..553963f0696133d65da3a55a7c3eaf9aca114852 100644 (file)
@@ -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 <bdale@gag.com>  Wed, 24 Aug 2011 09:40:20 -0600
+ -- Bdale Garbee <bdale@gag.com>  Wed, 24 Aug 2011 13:33:11 -0600
 
 sudo (1.7.4p6-1) unstable; urgency=low
 
index 8eea4069a24025ffb809621ecbea50451c2151f3..c6ff65edb88a1b862be734811f3ce16d4fa12770 100755 (executable)
@@ -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 \