From: Dietmar Maurer Date: Tue, 3 Dec 2013 12:46:19 +0000 (+0100) Subject: compile with --with-sasl X-Git-Url: https://git.proxmox.com/?p=pve-libspice-server.git;a=commitdiff_plain;h=a4e135f4b8e9582846c0a712deab71f835d0fd21 compile with --with-sasl --- diff --git a/debian/changelog b/debian/changelog index 455b262..ef47b8c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pve-libspice-server (0.12.4-3) unstable; urgency=low * use quilt for patch management + * compile with --with-sasl + * include allow-to-set-sasl-callbacks.patch (required by spiceterm) -- Proxmox Support Team Tue, 03 Dec 2013 13:36:51 +0100 diff --git a/debian/rules b/debian/rules index 824898b..6aaa5e4 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ #export DH_VERBOSE=1 override_dh_auto_configure: - CELT051_CFLAGS="-I$(CURDIR)" CELT051_LIBS="-L$(CURDIR)/celt051/.libs -lcelt051 -lm" ./configure --prefix=/usr --without-sasl --disable-smartcard + CELT051_CFLAGS="-I$(CURDIR)" CELT051_LIBS="-L$(CURDIR)/celt051/.libs -lcelt051 -lm" ./configure --prefix=/usr --with-sasl --disable-smartcard %: dh $@ -with quilt --with autotools-dev