Module Name: src Committed By: rin Date: Sat May 23 00:43:33 UTC 2020
Modified Files: src/lib/libpam: Makefile.inc src/lib/libpam/libpam: Makefile src/lib/libpam/modules: mod.mk Log Message: Fix fallout from NO_STATIC_MODULES -> OPENPAM_STATIC_MODULES changes; libpam.a fails to load any modules and does not work at all. At the moment, openpam_load.c at least must be compiled with and without OPENPAM_STATIC_MODULES for static and shared libraries, respectively. Therefore, use CSHLIBFLAGS again, in order to build objects for static and shared libraries separately. This may be ugly, but seems better for me than adding further hacks in libpam/libpam/Makefile, which is already complicated enough... To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libpam/Makefile.inc cvs rdiff -u -r1.25 -r1.26 src/lib/libpam/libpam/Makefile cvs rdiff -u -r1.16 -r1.17 src/lib/libpam/modules/mod.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.