Comment 21 for bug 551940

Revision history for this message
Märt Suga (mart-suga) wrote :

Here is the part of my debian/rules I used:

 ./configure $(confflags) \
  --enable-confdir=/var/lib/pcscd \
  --prefix=/usr \
  --disable-libhal \
  --enable-usbdropdir=/usr/lib/pcsc/drivers \
  INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
  CFLAGS="${CFLAGS}" \
  LDFLAGS="-lpthread"

I do not understand why the --disable-libhal did not work.