mirror of
https://github.com/pcsc-for-php/pcsc.git
synced 2026-08-08 21:09:26 +02:00
honour --with-libdir option
git-svn-id: https://svn.php.net/repository/pecl/pcsc/trunk@333471 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8f001e710e
commit
ec0364f409
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ if test "$PHP_PCSC" != "no"; then
|
|||
AC_MSG_RESULT($PCSC_DIR)
|
||||
PHP_ADD_INCLUDE($PCSC_DIR/include/PCSC/)
|
||||
dnl PHP_EVAL_LIBLINE($PCSC_LIBS, PCSC_SHARED_LIBADD)
|
||||
PHP_ADD_LIBRARY_WITH_PATH(pcsclite, "$PCSC_DIR/lib/", PCSC_SHARED_LIBADD)
|
||||
PHP_ADD_LIBRARY_WITH_PATH(pcsclite, "$PCSC_DIR/$PHP_LIBDIR", PCSC_SHARED_LIBADD)
|
||||
|
||||
dnl Finally, tell the build system about the extension and what files are needed
|
||||
PHP_NEW_EXTENSION(pcsc, pcsc.c, $ext_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue