diff options
author | Arno Töll <arno@debian.org> | 2012-11-21 14:04:03 +0000 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2012-11-21 14:04:03 +0000 |
commit | 8944d040aa426cc31509fefaba3418ecd15a7170 (patch) | |
tree | ac41017ae3f8ca648999d15ed51074eea1af02d6 /debian/rules | |
parent | c1b976ee40dcab0134ff95a153f2ff58fbdafa83 (diff) | |
download | lighttpd-8944d040aa426cc31509fefaba3418ecd15a7170.tar.gz |
Fix the mess. For some reason our trunk didn't have hardening flags anymore?
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cf5e078..43c6e03 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ override_dh_auto_configure: --with-openssl \ --with-pcre \ --with-webdav-locks \ - --with-webdav-props \ + --with-webdav-props \ $(shell dpkg-buildflags --export=configure) override_dh_fixperms: |