pcsc-lite/debian/rules

15 lines
433 B
Plaintext
Raw Normal View History

#!/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
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
2017-12-19 18:08:38 +00:00
dh $@
override_dh_auto_configure:
2012-03-30 12:35:17 +00:00
dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers $(shell dpkg-buildflags --export=configure)