From 8386c43596bdae089538669cdf5f4359b2346546 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Thu, 16 Oct 2008 14:29:24 +0000 Subject: [PATCH] add CFLAGS="${CFLAGS}" in ./configure arguments to pass the -D_REENTRANT option --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index aa1af76..af64dd8 100755 --- a/debian/rules +++ b/debian/rules @@ -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