diff options
author | Colin Watson <cjwatson@debian.org> | 2008-09-12 10:11:27 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2008-09-12 10:11:27 +0000 |
commit | 55af36878de8286f391aaaa5b8efbb567743aec8 (patch) | |
tree | c0898fc8f506b452fdb7eb840b1fdb772e8c4398 /debian/rules | |
parent | 6216f45a23ed7252c60a19480bd2f9644998360e (diff) |
Configure with --disable-strip; dh_strip will deal with stripping
binaries and will honour DEB_BUILD_OPTIONS (thanks, Bernhard R. Link;
closes: #498681).
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fb3f3a138..39bd33f12 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -62,6 +62,7 @@ SUPERUSER_PATH := /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/ | |||
62 | confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man | 62 | confflags += --prefix=/usr --sysconfdir=/etc/ssh --libexecdir=/usr/lib/openssh --mandir=/usr/share/man |
63 | 63 | ||
64 | # Common build options. | 64 | # Common build options. |
65 | confflags += --disable-strip | ||
65 | confflags += --with-mantype=doc | 66 | confflags += --with-mantype=doc |
66 | confflags += --with-4in6 | 67 | confflags += --with-4in6 |
67 | confflags += --with-privsep-path=/var/run/sshd | 68 | confflags += --with-privsep-path=/var/run/sshd |