found 626201 pcsc-lite/1.7.3-1
thanks

Hi,

Alle giovedì 12 maggio 2011, Ludovic Rousseau ha scritto:
> I should add support of hurd with the next upstream upload.

unfortunately the new version does not compile either. Basically there 
are the two issues as in the previous version:
- libusb2-dev is specific to kfreebsd -> restricted to kfreebsd-any
- ./configure fails because no usb is found, so pass --disable-usb

$ src/pcscd -v
pcsc-lite version 1.7.3.
Copyright (C) 1999-2002 by David Corcoran <corco...@linuxnet.com>.
Copyright (C) 2001-2011 by Ludovic Rousseau <ludovic.rouss...@free.fr>.
Copyright (C) 2003-2004 by Damien Sauveron <sauve...@labri.fr>.
Report bugs to <mus...@lists.musclecard.com>.
Enabled features: GNU i486-pc-gnu serial 
usbdropdir=/usr/lib/pcsc/drivers ipcdir=/var/run/pcscd 
configdir=/etc/reader.conf.d

Patch attached.

Thanks,
-- 
Pino Toscano
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@
 Section: misc
 Priority: optional
 Maintainer: Ludovic Rousseau <rouss...@debian.org>
-Build-Depends: debhelper (>= 7.0.50~), flex, autotools-dev, libudev-dev [linux-any], libusb2-dev [!linux-any], pkg-config
+Build-Depends: debhelper (>= 7.0.50~), flex, autotools-dev, libudev-dev [linux-any], libusb2-dev [kfreebsd-any], pkg-config
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/pcsc-lite/trunk
 Vcs-Browser: http://svn.debian.org/viewsvn/collab-maint/deb-maint/pcsc-lite/trunk/
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,12 @@
 #!/usr/bin/make -f
+
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
+ifeq ($(DEB_HOST_ARCH_OS),hurd)
+  EXTRA_CONFIGURE_ARGS += --disable-usb
+endif
+
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS)

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to