summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules1
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 34701bb22..6b3b335b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,6 @@ confflags_udeb += --with-default-path=/usr/local/bin:/usr/bin:/bin --with-superu
107export DEB_BUILD_MAINT_OPTIONS := hardening=+all 107export DEB_BUILD_MAINT_OPTIONS := hardening=+all
108include /usr/share/dpkg/buildflags.mk 108include /usr/share/dpkg/buildflags.mk
109cflags := $(CPPFLAGS) $(CFLAGS) 109cflags := $(CPPFLAGS) $(CFLAGS)
110cflags += -DLOGIN_PROGRAM=\"/bin/login\" -DLOGIN_NO_ENDOPT
111cflags += -DSSH_EXTRAVERSION=\"$(SSH_EXTRAVERSION)\" 110cflags += -DSSH_EXTRAVERSION=\"$(SSH_EXTRAVERSION)\"
112cflags_udeb := -Os 111cflags_udeb := -Os
113cflags_udeb += -DSSH_EXTRAVERSION=\"$(SSH_EXTRAVERSION)\" 112cflags_udeb += -DSSH_EXTRAVERSION=\"$(SSH_EXTRAVERSION)\"