aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-06 16:28:02 +0000
committerJean-Philippe Garcia Ballester <giga@le-pec.org>2006-12-06 16:28:02 +0000
commit9682f5acf41dd5d6cc811fbf124a5fb2b1b04db7 (patch)
tree3546fc379676ed3f8eba562c3589501b46617802 /debian
parent4f498a1ce73df405fef567dddf4bd31afd896def (diff)
downloadlibssh-9682f5acf41dd5d6cc811fbf124a5fb2b1b04db7.tar.gz
libssh-9682f5acf41dd5d6cc811fbf124a5fb2b1b04db7.tar.xz
libssh-9682f5acf41dd5d6cc811fbf124a5fb2b1b04db7.zip
debian/rules: Use the real configure switch (this comment doesn't make
much sense, does it?) git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@91 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'debian')
-rw-r--r--debian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 95c02b96..32b66003 100644
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
#include /usr/share/cdbs/1/rules/simple-patchsys.mk
-DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --with-ssh1
+DEB_CONFIGURE_EXTRA_FLAGS = --with-libgcrypt --enable-ssh1
DEB_DBG_PACKAGE_libssh2 = libssh2-dbg
clean::