pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/sqlite3



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.156 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.156
--- pkgsrc/databases/sqlite3/Makefile:1.155     Tue Aug 13 13:11:51 2024
+++ pkgsrc/databases/sqlite3/Makefile   Fri Oct  4 10:54:05 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.155 2024/08/13 13:11:51 adam Exp $
+# $NetBSD: Makefile,v 1.156 2024/10/04 10:54:05 nia 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