File: 0018-Libpam-is-both-shared-and-static.patch

package info (click to toggle)
pam 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,268 kB
  • sloc: ansic: 36,301; xml: 21,687; perl: 972; sh: 836; yacc: 412; lex: 64; makefile: 56; python: 21
file content (21 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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],