add CFLAGS="${CFLAGS}" in ./configure arguments to pass the -D_REENTRANT

option
This commit is contained in:
Ludovic Rousseau 2008-10-16 14:29:24 +00:00
parent d4cd71d4e9
commit 8386c43596
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -42,6 +42,7 @@ configure-stamp:
--prefix=/usr \
--enable-usbdropdir=/usr/lib/pcsc/drivers \
INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \
CFLAGS="${CFLAGS}" \
LDFLAGS="-lpthread"
touch configure-stamp