diff mbox series

Patch for broken libnfsimapd static and regex plugins. It appears that the makefile does not add nfsidmap_common.c in the sources. . nfs-utils (1:2.8.2-1.1~0.1) UNRELEASED; urgency=medium . * Non-maintainer upload. * Fix issue with static and regex plugin

Message ID 20250111063059.69381-1-joshua@kaldon.com (mailing list archive)
State New
Headers show
Series Patch for broken libnfsimapd static and regex plugins. It appears that the makefile does not add nfsidmap_common.c in the sources. . nfs-utils (1:2.8.2-1.1~0.1) UNRELEASED; urgency=medium . * Non-maintainer upload. * Fix issue with static and regex plugin | expand

Commit Message

Joshua Kaldon Jan. 11, 2025, 6:30 a.m. UTC
---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2025-01-11
diff mbox series

Patch

--- nfs-utils-2.8.2.orig/support/nfsidmap/Makefile.am
+++ nfs-utils-2.8.2/support/nfsidmap/Makefile.am
@@ -40,15 +40,15 @@  nsswitch_la_SOURCES = nss.c nfsidmap_com
 nsswitch_la_LDFLAGS = -module -avoid-version
 nsswitch_la_LIBADD = ../../support/nfs/libnfsconf.la
 
-static_la_SOURCES = static.c
+static_la_SOURCES = static.c nfsidmap_common.c
 static_la_LDFLAGS = -module -avoid-version
 static_la_LIBADD = ../../support/nfs/libnfsconf.la
 
-regex_la_SOURCES = regex.c
+regex_la_SOURCES = regex.c nfsidmap_common.c
 regex_la_LDFLAGS = -module -avoid-version
 regex_la_LIBADD = ../../support/nfs/libnfsconf.la
 
-umich_ldap_la_SOURCES = umich_ldap.c
+umich_ldap_la_SOURCES = umich_ldap.c nfsidmap_common.c
 umich_ldap_la_LDFLAGS = -module -avoid-version
 umich_ldap_la_LIBADD = -lldap $(KRB5_GSS_LIB) ../../support/nfs/libnfsconf.la