diff options
author | Bertrand Marc <beberking@gmail.com> | 2013-08-10 12:00:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2013-08-10 12:00:37 +0200 |
commit | f5ab9f1b400f32782fffead3ad77bce938f3ef8e (patch) | |
tree | 5ecd49980ee25dac4157d8918a0ee83c8f6a4b11 | |
parent | f11c76b10b6ceb3613b98a8e72e990b1a91cee61 (diff) |
debian/rules: add gns nss to configure.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0f9e2eb..b7e42b1 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ SHELL := sh -e dh ${@} --with autoreconf override_dh_auto_configure: - dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes $(shell dpkg-buildflags --export=configure) + dh_auto_configure -- --disable-rpath --enable-guile --enable-ipv6 --with-microhttpd=yes --with-nssdir=yes $(shell dpkg-buildflags --export=configure) override_dh_auto_test: # Disabling test suite, incomplete |