you should never need this part:
--- trunk/build (révision 100)
+++ trunk/build (copie de travail)
@@ -239,7 +239,7 @@
        echo "Build opensc"
        cd "${BUILDROOT}/opensc"* || die "cd opensc"
        ./configure ${CONFIGOPTS} ${EXTRA_OPENSC_CONFIG} \
-               CFLAGS="${CFLAGS} --include=cardmod-mingw-compat.h -
I${SCRIPTROOT}/include" \
+               CFLAGS="${CFLAGS} --include=cardmod-mingw-compat.h -
I${SCRIPTROOT}/include -I./src/libopensc" \
                --enable-openssl --enable-zlib ${extra_opensc} --enable-doc \
                || die "Configure opensc"
        ${MAKE} ${MAKEOPTS} ${MAKE_AUTOCONF_INSTALL_TARGET} 
DESTDIR="${OPENSC_ROOT}" || die "make opensc"

if some file inside opensc source is not found, then it is propably
an issue with some Makefile (e.g. FOO_CFLAGS += -I${srcdir} needed).

can you give details why/when this is needed, so we can find out
what is wrong?

and the internal file is better referenced with "filename.h" I think.

Regards, Andreas
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to