]> git.proxmox.com Git - pve-libspice-server.git/commitdiff
compile with --with-sasl
authorDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Dec 2013 12:46:19 +0000 (13:46 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 3 Dec 2013 12:46:19 +0000 (13:46 +0100)
debian/changelog
debian/rules

index 455b262664e3f4e8c12952be4092c261e082553c..ef47b8c024831a05c2d7c97b37d44da22efe737f 100644 (file)
@@ -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 <support@proxmox.com>  Tue, 03 Dec 2013 13:36:51 +0100
index 824898bea41c9cb814143c2d6f5884acb3818769..6aaa5e4b771a6cffaf4930bcc54aae9f2908acd2 100755 (executable)
@@ -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