pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/pam-passwdqc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jan  4 13:43:23 UTC 2026

Modified Files:
        pkgsrc/security/pam-passwdqc: distinfo
        pkgsrc/security/pam-passwdqc/patches: patch-Makefile

Log Message:
pam-passwdqc: flag is -shared, not --shared

Fixes build on NetBSD-current.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/pam-passwdqc/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/pam-passwdqc/patches/patch-Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/pam-passwdqc/distinfo
diff -u pkgsrc/security/pam-passwdqc/distinfo:1.6 pkgsrc/security/pam-passwdqc/distinfo:1.7
--- pkgsrc/security/pam-passwdqc/distinfo:1.6   Sat Apr  2 11:08:47 2022
+++ pkgsrc/security/pam-passwdqc/distinfo       Sun Jan  4 13:43:23 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2022/04/02 11:08:47 nia Exp $
+$NetBSD: distinfo,v 1.7 2026/01/04 13:43:23 wiz Exp $
 
 BLAKE2s (passwdqc-1.1.4.tar.gz) = ed7d45a28e4a2122bfd1a545fac29f4e943cd04e9b39d1df8e9f06db285e20b8
 SHA512 (passwdqc-1.1.4.tar.gz) = c5a8e6eb857bda1c829df837e490121fe31719cecf57b85c7959efc3533cac5885c8762150d57e656802ce878822de505672383a620c047641fa1608bd8bfaea
 Size (passwdqc-1.1.4.tar.gz) = 41760 bytes
-SHA1 (patch-Makefile) = 0f0b95d644086ba3bb808189e76fd00c401c3aa3
+SHA1 (patch-Makefile) = 7c26631c27fb6a26a3f40ce1e4c2c0393935a3be

Index: pkgsrc/security/pam-passwdqc/patches/patch-Makefile
diff -u pkgsrc/security/pam-passwdqc/patches/patch-Makefile:1.1 pkgsrc/security/pam-passwdqc/patches/patch-Makefile:1.2
--- pkgsrc/security/pam-passwdqc/patches/patch-Makefile:1.1     Sat Apr  2 11:08:47 2022
+++ pkgsrc/security/pam-passwdqc/patches/patch-Makefile Sun Jan  4 13:43:23 2026
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.1 2022/04/02 11:08:47 nia Exp $
+$NetBSD: patch-Makefile,v 1.2 2026/01/04 13:43:23 wiz Exp $
 
 Honor settings from environment.
 
@@ -9,9 +9,8 @@ Honor settings from environment.
  DESTDIR =
  
 -CC = gcc
--LD = $(CC)
 +#CC = gcc
-+#LD = $(CC)
+ LD = $(CC)
  LD_lib = $(LD)
  RM = rm -f
  LN_s = ln -s -f
@@ -23,9 +22,11 @@ Honor settings from environment.
  CFLAGS_bin = $(CFLAGS) -fomit-frame-pointer
  
 -LDFLAGS =
+-LDFLAGS_shared = --shared
+-LDFLAGS_shared_LINUX = --shared
 +#LDFLAGS =
- LDFLAGS_shared = --shared
- LDFLAGS_shared_LINUX = --shared
++LDFLAGS_shared = -shared
++LDFLAGS_shared_LINUX = -shared
  LDFLAGS_shared_SUN = -G
  LDFLAGS_shared_HP = -b
 -LDFLAGS_lib = $(LDFLAGS_shared)



Home | Main Index | Thread Index | Old Index