summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-06-12 16:27:20 +0000
committerColin Watson <cjwatson@debian.org>2007-06-12 16:27:20 +0000
commitd599801f2da8ac1baa312018bab1d8e0156d7f9f (patch)
treedbdba34221a240e00cfd2f46c1b74df9359960cf
parentb7e40fa9da0b5491534a429dadb321eab5a77558 (diff)
* Build the .deb --with-ssl-engine (LP: #119295).
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a6eb2d15b..3a74c5d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -55,6 +55,7 @@ openssh (1:4.6p1-1) UNRELEASED; urgency=low
55 * Update to current GSSAPI patch from 55 * Update to current GSSAPI patch from
56 http://www.sxw.org.uk/computing/patches/openssh-4.6p1-gsskex-20070312.patch; 56 http://www.sxw.org.uk/computing/patches/openssh-4.6p1-gsskex-20070312.patch;
57 install ChangeLog.gssapi. 57 install ChangeLog.gssapi.
58 * Build the .deb --with-ssl-engine (LP: #119295).
58 59
59 -- Colin Watson <cjwatson@ubuntu.com> Tue, 12 Jun 2007 14:31:01 +0100 60 -- Colin Watson <cjwatson@ubuntu.com> Tue, 12 Jun 2007 14:31:01 +0100
60 61
diff --git a/debian/rules b/debian/rules
index e18c77153..8f8eed1b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -63,7 +63,7 @@ build-deb: build-deb-stamp
63build-deb-stamp: 63build-deb-stamp:
64 dh_testdir 64 dh_testdir
65 mkdir -p build-deb 65 mkdir -p build-deb
66 cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 --with-pam --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --with-libedit --with-kerberos5=/usr $(SELINUX) 66 cd build-deb && $(FORCE_LIBS) ../configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11 --with-pam --with-4in6 --with-privsep-path=/var/run/sshd --without-rand-helper --with-libedit --with-kerberos5=/usr --with-ssl-engine $(SELINUX)
67 67
68ifeq ($(DEB_HOST_ARCH_OS),linux) 68ifeq ($(DEB_HOST_ARCH_OS),linux)
69 # Some 2.2 kernels have trouble with setres[ug]id() (bug #239999). 69 # Some 2.2 kernels have trouble with setres[ug]id() (bug #239999).