From c4378f63ce6c5a1da230656efb21e53a81d5e805 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 6 Nov 2010 23:01:04 +0000 Subject: Actually take a --with-ares flag, thanks to wthrowe@mit.edu. Call it cares consistently, though. (regenerate configure, pulling in a new config.{guess,sub}) --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 5259ddc..4496ee1 100755 --- a/debian/rules +++ b/debian/rules @@ -17,7 +17,7 @@ PACKAGES:=-plibzephyr4 -pzephyr-clients -pzephyr-server -plibzephyr-dev -plibzep export DH_OPTIONS CONFIGURE_ROOT=--prefix=/usr --mandir=\$${prefix}/share/man \ --infodir=\$${prefix}/share/info --sysconfdir=/etc --datadir=/etc \ - --with-ares=/usr --with-hesiod=/usr --enable-cmu-zwgcplus + --with-cares=/usr --with-hesiod=/usr --enable-cmu-zwgcplus CONFIGURE_krb5=--with-krb5=/usr CONFIGURE_krb45=--with-krb4=/usr --with-krb5=/usr CONFIGURE_krb=--with-krb4=/usr @@ -117,7 +117,7 @@ install: build done mkdir -p debian/tmp/usr/lib/python2.5/site-packages install -c -m 644 python/zephyr.py debian/tmp/usr/lib/python2.5/site-packages - + # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. binary-indep: build install -- cgit v1.2.3