Skip to content

Commit

Permalink
call ./configure with nice arguments
Browse files Browse the repository at this point in the history
git-svn-id: svn:https://anonscm.debian.org/svn/pcsclite/trunk/PCSC@2657 0ce88b0d-b2fd-0310-8134-9614164e65ea
  • Loading branch information
LudovicRousseau committed Oct 18, 2007
1 parent 342322e commit ad7f361
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions c.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh

CFLAGS="$CFLAGS -Wall -g -D_REENTRANT -O2 -Wextra -Wno-sign-compare"
CFLAGS="$CFLAGS -pipe -funsigned-char -fstrict-aliasing -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-value -Wuninitialized -Wpointer-arith -Wredundant-decls -Wmissing-prototypes"
CFLAGS="$CFLAGS -Wno-unused-parameter"

./configure \
--prefix=/usr \
--enable-usbdropdir=/usr/lib/pcsc/drivers \
--enable-muscledropdir=/usr/lib/pcsc/services \
--enable-maintainer-mode \
CFLAGS="$CFLAGS" \
"$@"

0 comments on commit ad7f361

Please sign in to comment.