diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
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 | |||
63 | build-deb-stamp: | 63 | build-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 | ||
68 | ifeq ($(DEB_HOST_ARCH_OS),linux) | 68 | ifeq ($(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). |