diff options
author | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:37:51 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2003-09-23 18:37:51 +0000 |
commit | 25a48f58b02e52ab0146e31343be9cad9862eb06 (patch) | |
tree | 60be83942326209c3654edc44c22218d062dba8d | |
parent | 298a1b62359349da2105fc7aadf6a328d5f1df87 (diff) |
Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, which
are no longer necessary.
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b2f36f0a9..2dc8d3b23 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,6 +1,8 @@ | |||
1 | openssh (1:3.7.1p2-1) UNRELEASED; urgency=low | 1 | openssh (1:3.7.1p2-1) UNRELEASED; urgency=low |
2 | 2 | ||
3 | * New upstream release. | 3 | * New upstream release. |
4 | * Remove -fno-builtin-log and -DHAVE_MMAP_ANON_SHARED compiler options, | ||
5 | which are no longer necessary. | ||
4 | 6 | ||
5 | -- Colin Watson <cjwatson@debian.org> Tue, 23 Sep 2003 19:22:38 +0100 | 7 | -- Colin Watson <cjwatson@debian.org> Tue, 23 Sep 2003 19:22:38 +0100 |
6 | 8 | ||
diff --git a/debian/rules b/debian/rules index ec594ecb0..640f6d3c2 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -33,7 +33,7 @@ build-stamp: | |||
33 | dh_testdir | 33 | dh_testdir |
34 | ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \ | 34 | ./configure --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib --mandir=/usr/share/man --with-tcp-wrappers --with-xauth=/usr/bin/X11/xauth --with-default-path=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin --with-superuser-path=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin --with-pam --with-4in6 \ |
35 | --with-privsep-path=/var/run/sshd --without-rand-helper | 35 | --with-privsep-path=/var/run/sshd --without-rand-helper |
36 | $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -fno-builtin-log -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DHAVE_MMAP_ANON_SHARED -DSSH_VERSION="\"$(SSH_VERSION)\""' \ | 36 | $(MAKE) -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -D__FILE_OFFSET_BITS=64 -DSSH_VERSION="\"$(SSH_VERSION)\""' \ |
37 | SSH_KEYSIGN='/usr/lib/ssh-keysign' | 37 | SSH_KEYSIGN='/usr/lib/ssh-keysign' |
38 | # Support building on Debian 3.0 (with GNOME 1.4) and later. | 38 | # Support building on Debian 3.0 (with GNOME 1.4) and later. |
39 | if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ | 39 | if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ |