pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/coturn



Module Name:    pkgsrc
Committed By:   gdt
Date:           Fri Jul  3 16:14:51 UTC 2026

Modified Files:
        pkgsrc/net/coturn: Makefile

Log Message:
net/coturn: Drop stray disabling of rpath

There's no justification for it, and the server starts without it.
With or without, RPATH is present.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/coturn/Makefile

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

Modified files:

Index: pkgsrc/net/coturn/Makefile
diff -u pkgsrc/net/coturn/Makefile:1.13 pkgsrc/net/coturn/Makefile:1.14
--- pkgsrc/net/coturn/Makefile:1.13     Fri Jul  3 15:25:41 2026
+++ pkgsrc/net/coturn/Makefile  Fri Jul  3 16:14:51 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2026/07/03 15:25:41 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2026/07/03 16:14:51 gdt Exp $
 
 DISTNAME=      coturn-4.14.0
 CATEGORIES=    net
@@ -21,8 +21,6 @@ COTURN_GROUP?=        ${COTURN_USER}
 COTURN_DATA?=  ${VARBASE}/db/coturn
 BUILD_DEFS+=   COTURN_USER COTURN_GROUP VARBASE COTURN_DATA
 
-# \todo Justify disabling rpath.
-CONFIGURE_ARGS+=       --disable-rpath
 CONFIGURE_ARGS+=       --localstatedir ${COTURN_DATA}
 CONFIGURE_ARGS+=       --prefix ${PREFIX}
 



Home | Main Index | Thread Index | Old Index