summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-05-12 09:53:04 +0000
committerColin Watson <cjwatson@debian.org>2006-05-12 09:53:04 +0000
commit3d12816421553143fc224a35609856383595bea4 (patch)
treedaca2f5f09d298a623a059f48e569f569df6c6c5
parent2a3e00306c9b3b4db71a777a7c3ccb70e470c675 (diff)
* debian/rules: Resynchronise CFLAGS with that generated by configure.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules4
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 2c4dc3b01..b5c889046 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ openssh (1:4.3p2-1) UNRELEASED; urgency=low
43 * Update to current GSSAPI patch from 43 * Update to current GSSAPI patch from
44 http://www.sxw.org.uk/computing/patches/openssh-4.3p2-gsskex-20060223.patch 44 http://www.sxw.org.uk/computing/patches/openssh-4.3p2-gsskex-20060223.patch
45 (closes: #352042). 45 (closes: #352042).
46 * debian/rules: Resynchronise CFLAGS with that generated by configure.
46 * Rename KeepAlive to TCPKeepAlive in default sshd_config 47 * Rename KeepAlive to TCPKeepAlive in default sshd_config
47 (closes: #349896). 48 (closes: #349896).
48 * debconf template translations: 49 * debconf template translations:
diff --git a/debian/rules b/debian/rules
index 422fafaf9..3bf18397a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,7 @@ endif
72 # Debian's /var/log/btmp has inappropriate permissions. 72 # Debian's /var/log/btmp has inappropriate permissions.
73 perl -pi -e 's,.*#define USE_BTMP .*,/* #undef USE_BTMP */,' build-deb/config.h 73 perl -pi -e 's,.*#define USE_BTMP .*,/* #undef USE_BTMP */,' build-deb/config.h
74 74
75 $(MAKE) -C build-deb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -DSSH_EXTRAVERSION="\" $(SSH_EXTRAVERSION)\""' 75 $(MAKE) -C build-deb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='$(OPTFLAGS) -g -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT -DSSHD_PAM_SERVICE=\"ssh\" -DSSH_EXTRAVERSION="\" $(SSH_EXTRAVERSION)\""'
76 # Support building on Debian 3.0 (with GNOME 1.4) and later. 76 # Support building on Debian 3.0 (with GNOME 1.4) and later.
77 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \ 77 if [ -f /usr/include/libgnomeui-2.0/gnome.h ]; then \
78 $(MAKE) -C contrib gnome-ssh-askpass2 CC='gcc $(OPTFLAGS) -g -Wall'; \ 78 $(MAKE) -C contrib gnome-ssh-askpass2 CC='gcc $(OPTFLAGS) -g -Wall'; \
@@ -92,7 +92,7 @@ build-udeb-stamp:
92 # Avoid libnsl linkage. Ugh. 92 # Avoid libnsl linkage. Ugh.
93 perl -pi -e 's/ +-lnsl//' build-udeb/config.status 93 perl -pi -e 's/ +-lnsl//' build-udeb/config.status
94 cd build-udeb && ./config.status 94 cd build-udeb && ./config.status
95 $(MAKE) -C build-udeb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-Os -g -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -std=gnu99 -DSSH_EXTRAVERSION="\" $(SSH_EXTRAVERSION)\""' ssh scp sftp sshd ssh-keygen 95 $(MAKE) -C build-udeb -j 2 ASKPASS_PROGRAM='/usr/bin/ssh-askpass' CFLAGS='-Os -g -Wall -Wpointer-arith -Wuninitialized -Wsign-compare -Wno-pointer-sign -std=gnu99 -DSSH_EXTRAVERSION="\" $(SSH_EXTRAVERSION)\""' ssh scp sftp sshd ssh-keygen
96 touch build-udeb-stamp 96 touch build-udeb-stamp
97 97
98clean: 98clean: