pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/kldap



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 26 09:06:56 UTC 2023

Modified Files:
        pkgsrc/databases/kldap: Makefile

Log Message:
kldap: SunOS needs libsocket.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/databases/kldap/Makefile

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

Modified files:

Index: pkgsrc/databases/kldap/Makefile
diff -u pkgsrc/databases/kldap/Makefile:1.33 pkgsrc/databases/kldap/Makefile:1.34
--- pkgsrc/databases/kldap/Makefile:1.33        Tue Jun  6 12:40:27 2023
+++ pkgsrc/databases/kldap/Makefile     Mon Jun 26 09:06:56 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2023/06/06 12:40:27 riastradh Exp $
+# $NetBSD: Makefile,v 1.34 2023/06/26 09:06:56 jperkin Exp $
 
 DISTNAME=      kldap-${KAPPSVER}
 PKGREVISION=   6
@@ -14,6 +14,8 @@ TOOL_DEPENDS+=        kdoctools>=5.19.0:../../d
 
 USE_TOOLS+=    msgmerge
 
+LDFLAGS.SunOS+=        -lsocket
+
 .include "../../databases/openldap-client/buildlink3.mk"
 .include "../../devel/kio/buildlink3.mk"
 .include "../../security/cyrus-sasl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index