File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2021-12-18 Björn Esser <besser82 at fedoraproject.org>
2+
3+ * pam_tcb/Makefile: Move PAM_SO_SUFFIX to Make.defs.
4+ * Make.defs: Likewise.
5+
162024-12-12 Björn Esser <besser82 at fedoraproject.org>
27
38 Makefile: Pass CFLAGS to the compiler when invoking the linker.
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ MKDIR = mkdir
55# Flag to enable -Werror on build.
66WERROR =
77
8+ # Option to configure the suffix appended to pam_tcb.so.
9+ # May be needed when compiling to use with OpenPAM.
10+ PAM_SO_SUFFIX =
11+
812DBGFLAG = #-ggdb
913ifndef CFLAGS
1014CFLAGS = -O2
Original file line number Diff line number Diff line change 11include ../Make.defs
22
3- PAM_SO_SUFFIX =
43PAM_TCB = pam_tcb.so$(PAM_SO_SUFFIX )
54PAM_MAP = pam_tcb.map
65
You can’t perform that action at this time.
0 commit comments