diff options
author | Sam Hartman <hartmans@debian.org> | 2025-01-14 15:52:15 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2025-01-14 15:52:15 -0700 |
commit | 4b5550d19d33e748a144700bb7f105e588bae29c (patch) | |
tree | a97cea59e7487d46e5e9beab6f9f616dc2b4853c /debian/patches/0018-Libpam-is-both-shared-and-static.patch | |
parent | 4ff277973391ae6879656bb534665e3a4f1f1a1a (diff) | |
download | pam-4b5550d19d33e748a144700bb7f105e588bae29c.tar.gz pam-4b5550d19d33e748a144700bb7f105e588bae29c.tar.bz2 pam-4b5550d19d33e748a144700bb7f105e588bae29c.zip |
Rebuild patches
Diffstat (limited to 'debian/patches/0018-Libpam-is-both-shared-and-static.patch')
-rw-r--r-- | debian/patches/0018-Libpam-is-both-shared-and-static.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/0018-Libpam-is-both-shared-and-static.patch b/debian/patches/0018-Libpam-is-both-shared-and-static.patch new file mode 100644 index 00000000..c50cffee --- /dev/null +++ b/debian/patches/0018-Libpam-is-both-shared-and-static.patch @@ -0,0 +1,21 @@ +From: Sam Hartman <hartmans@debian.org> +Date: Tue, 14 Jan 2025 15:04:41 -0700 +Subject: Libpam is both shared and static + +--- + libpam/meson.build | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/libpam/meson.build b/libpam/meson.build +index 3e8a531..95a6054 100644 +--- a/libpam/meson.build ++++ b/libpam/meson.build +@@ -43,7 +43,7 @@ libpam_map_path = meson.current_source_dir() / libpam_map + libpam_link_deps = [libpam_map] + libpam_link_args = ['-Wl,--version-script=' + libpam_map_path] + +-libpam = shared_library( ++libpam = both_libraries( + 'pam', + sources: libpam_src, + include_directories: [libpam_inc], |