Build with nettle on Debian/Ubuntu
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Nov 2015 11:55:39 +0000 (11:55 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 9 Nov 2015 11:55:39 +0000 (11:55 +0000)
debian/control
debian/rules

index cd41e18..77801f8 100644 (file)
@@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 7),
        libreadline-dev|libreadline5-dev,
        libwrap0-dev,
        libmemcached-dev,
-       libgcrypt11-dev,
+       nettle-dev,
        libhiredis-dev|libmemcached5,
        libicu-dev
 
index eced7dd..d788755 100755 (executable)
@@ -7,6 +7,7 @@ export DH_VERBOSE=1
 override_dh_auto_configure:
        dh_auto_configure -- \
                --enable-tcpd --with-xslt --with-gnutls --with-icu \
+               --with-nettle \
                --with-memcached
 
 override_dh_strip: