[Pkg-mpd-commits] [pkg-mpd] 06/08: Revert "Disable smb support on hurd-i386" - remove workaround, as we don't build on hurd anymore at all

Florian Schlichting fsfs at moszumanska.debian.org
Sun Mar 27 00:28:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit 3f663b0270a15ef58a688d9fc59ec304459843ba
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sat Mar 26 23:42:44 2016 +0100

    Revert "Disable smb support on hurd-i386" - remove workaround, as we don't build on hurd anymore at all
    
    This reverts commit 39d30ca148b52fa63fe277021964d41ffc6b0768.
---
 debian/control | 2 +-
 debian/rules   | 8 +-------
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index a6ac720..a1abe8f 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,7 @@ Build-Depends: debhelper (>= 9),
                libshout3-dev,
                libsidplay2-dev,
                libsidutils-dev,
-               libsmbclient-dev [!hurd-i386],
+               libsmbclient-dev,
                libsndfile1-dev,
                libsoxr-dev,
                libsqlite3-dev,
diff --git a/debian/rules b/debian/rules
index 28d2575..9037288 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,12 +30,6 @@ WITH_SYSTEMD=--disable-systemd --disable-alsa
 CP_SYSTEMD_UNIT=echo "no systemd, not copying systemd .service file"
 endif
 
-# no smbclient on hurd-i386 (#815441)
-ENABLE_SMBCLIENT=--enable-smbclient
-ifeq ($(DEB_HOST_ARCH), hurd-i386)
-    ENABLE_SMBCLIENT=--disable-smbclient
-endif
-
 
 ###############################################################
 ## Define Debian feature set (in configure summary order)
@@ -49,7 +43,7 @@ ENABLE_ARCHIVES=--enable-bzip2 \
 # Autodiscovery support
 ENABLE_AUTODISCOVERY=--enable-neighbor-plugins \
 		     --enable-nfs \
-		     ${ENABLE_SMBCLIENT} \
+		     --enable-smbclient \
 		     --enable-upnp \
 		     --with-zeroconf=avahi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list