pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/libwebsockets



Module Name:    pkgsrc
Committed By:   nros
Date:           Mon Oct 14 17:22:54 UTC 2024

Modified Files:
        pkgsrc/www/libwebsockets: Makefile

Log Message:
libwebsockets: don't install files into home dir


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/libwebsockets/Makefile

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

Modified files:

Index: pkgsrc/www/libwebsockets/Makefile
diff -u pkgsrc/www/libwebsockets/Makefile:1.7 pkgsrc/www/libwebsockets/Makefile:1.8
--- pkgsrc/www/libwebsockets/Makefile:1.7       Sun Aug 25 06:19:18 2024
+++ pkgsrc/www/libwebsockets/Makefile   Mon Oct 14 17:22:54 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2024/08/25 06:19:18 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2024/10/14 17:22:54 nros Exp $
 
 DISTNAME=      libwebsockets-4.3.3
 CATEGORIES=    www
@@ -24,6 +24,8 @@ CMAKE_CONFIGURE_ARGS+=        -DLWS_WITHOUT_TES
 CMAKE_CONFIGURE_ARGS+= -DLWS_WITHOUT_TEST_SERVER_EXTPOLL=ON
 CMAKE_CONFIGURE_ARGS+= -DLWS_WITHOUT_TEST_PING=ON
 CMAKE_CONFIGURE_ARGS+= -DLWS_WITHOUT_TEST_CLIENT=ON
+# installs files into home directory
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON
 
 PKGCONFIG_OVERRIDE_STAGE=      pre-install
 PKGCONFIG_OVERRIDE+=           libwebsockets.pc



Home | Main Index | Thread Index | Old Index