pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
opendoas: Put back pam.bl3.mk
Module Name: pkgsrc-wip
Committed By: Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By: skn
Date: Thu Dec 3 19:46:16 2020 +0530
Changeset: cafb698e79c3ef4f22002dd2e0b1d3f3b5a91349
Modified Files:
opendoas/Makefile
Log Message:
opendoas: Put back pam.bl3.mk
If the package links pam lib with '-lpam' then it should include
pam.buildlink3.mk. suggested by tnn.
This package is now broken on Linux, however, configure script
detects pam. With PLIST.Linux and CONF_FILES hunks restored from
commit-id a8a9e8f124a04ab249441e3afc9a017f762487d4, package will
be installable but will fail at runtime with pam_start(3) always
returning a PAM_SYSTEM_ERR. Someone familiar with openpam on Linux
might be interested to take a look.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cafb698e79c3ef4f22002dd2e0b1d3f3b5a91349
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
opendoas/Makefile | 1 +
1 file changed, 1 insertion(+)
diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index a6acd924ad..6faa3e57d5 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -38,4 +38,5 @@ NOT_FOR_UNPRIVILEGED= yes
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5 ${EGDIR}
+.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index