From: Ludovic R. <no...@gi...> - 2019-05-17 09:39:04
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pam_pkcs11 Commit: ae2f4bd07287e171a6d30be1abf4fcec088beb0e https://github.com/OpenSC/pam_pkcs11/commit/ae2f4bd07287e171a6d30be1abf4fcec088beb0e Author: alexandr nedvedicky - Sun Microsystems - Prague Czech Republic <ale...@or...> Date: 2019-01-23 (Wed, 23 Jan 2019) Changed paths: M doc/Makefile.am Log Message: ----------- - Solaris runs build process outside of srcdir this small tweak makes our life easier and should not harm other pam_pkcs11 users. Our build process generates makefiles and objects in dedicated build directory. without this patch it fails with error as follows: xsltproc \ --stringparam section.autolabel 1 \ --stringparam section.label.includes.component.label 1 \ -o pam_pkcs11.html pam_pkcs11.xsl /scratch/sashan/userland/components/pam_pkcs11/pam_pkcs11-0.6.10/doc/pam_pkcs11.xml warning: failed to load external entity "pam_pkcs11.xsl" cannot parse pam_pkcs11.xsl make[3]: *** [Makefile:644: pam_pkcs11.html] Error 4 make[3]: Leaving directory '/scratch/sashan/userland/components/pam_pkcs11/build/i86/doc' make[2]: *** [Makefile:464: all-recursive] Error 1 make[2]: Leaving directory '/scratch/sashan/userland/components/pam_pkcs11/build/i86' make[1]: *** [Makefile:396: all] Error 2 change in this pull request makes my build happy. Commit: 4e036f3610e76d64a47192d270ad8d901bbae49c https://github.com/OpenSC/pam_pkcs11/commit/4e036f3610e76d64a47192d270ad8d901bbae49c Author: Ludovic Rousseau <lud...@fr...> Date: 2019-05-17 (Fri, 17 May 2019) Changed paths: M doc/Makefile.am Log Message: ----------- Merge pull request #34 from Sashan/doc-build - Solaris runs build process outside of srcdir Compare: https://github.com/OpenSC/pam_pkcs11/compare/829afa573461...4e036f3610e7 |