pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2024Q3] pkgsrc/databases/sqlite3



Module Name:    pkgsrc
Committed By:   maya
Date:           Sun Oct  6 13:45:16 UTC 2024

Modified Files:
        pkgsrc/databases/sqlite3 [pkgsrc-2024Q3]: Makefile

Log Message:
Pullup ticket #6902 - requested by bsiegert
Solaris 10 build fix

Revisions pulled up:
- databases/sqlite3/Makefile                                    1.156

---
   Module Name:  pkgsrc
   Committed By: nia
   Date:         Fri Oct  4 10:54:05 UTC 2024
   Modified Files:
         pkgsrc/databases/sqlite3: Makefile
   Log Message:
   sqlite3: Fix build on Solaris 10.
   From Alexander Jacocks in pkg/58714.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.155.2.1 pkgsrc/databases/sqlite3/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/sqlite3/Makefile
diff -u pkgsrc/databases/sqlite3/Makefile:1.155 pkgsrc/databases/sqlite3/Makefile:1.155.2.1
--- pkgsrc/databases/sqlite3/Makefile:1.155     Tue Aug 13 13:11:51 2024
+++ pkgsrc/databases/sqlite3/Makefile   Sun Oct  6 13:45:16 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2024/08/13 13:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.155.2.1 2024/10/06 13:45:16 maya Exp $
 
 .include "Makefile.common"
 
@@ -45,6 +45,9 @@ CFLAGS+=              -DSQLITE_ENABLE_LOAD_EXTENSION
 # See http://www.sqlite.org/cvstrac/tktview?tn=3555
 LIBS+=                 ${BUILDLINK_LDADD.dl}
 
+# Solaris needs -lrt, PR pkg/58714
+LIBS.SunOS+=           -lrt
+
 .if ${OS_VARIANT} == "SCOOSR5"
 LDFLAGS.SCO_SV+=       -lpthread
 .endif



Home | Main Index | Thread Index | Old Index