pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
webkit-gtk-2.46: set unstripped install in debug build
Module Name: pkgsrc-wip
Committed By: kikadf <kikadf.01%gmail.com@localhost>
Pushed By: kikadf
Date: Mon Nov 3 17:34:13 2025 +0100
Changeset: d41efa68f272d01a9816f3c5a625df9ec51c4562
Modified Files:
webkit-gtk-2.46/Makefile
webkit-gtk-2.46/options.mk
Log Message:
webkit-gtk-2.46: set unstripped install in debug build
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d41efa68f272d01a9816f3c5a625df9ec51c4562
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
webkit-gtk-2.46/Makefile | 1 -
webkit-gtk-2.46/options.mk | 1 +
2 files changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/webkit-gtk-2.46/Makefile b/webkit-gtk-2.46/Makefile
index 643021f0f0..689263aeba 100644
--- a/webkit-gtk-2.46/Makefile
+++ b/webkit-gtk-2.46/Makefile
@@ -42,7 +42,6 @@ GCC_REQD+= 11
.include "../../mk/bsd.prefs.mk"
-CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
CMAKE_CONFIGURE_ARGS+= -DPORT=GTK
CMAKE_CONFIGURE_ARGS+= -DENABLE_X11_TARGET=ON
CMAKE_CONFIGURE_ARGS+= -DENABLE_MINIBROWSER=ON
diff --git a/webkit-gtk-2.46/options.mk b/webkit-gtk-2.46/options.mk
index 759e06b5d7..7072fc910b 100644
--- a/webkit-gtk-2.46/options.mk
+++ b/webkit-gtk-2.46/options.mk
@@ -55,6 +55,7 @@ CMAKE_CONFIGURE_ARGS+= -DUSE_OPENGL_OR_ES=OFF
#
.if !empty(PKG_OPTIONS:Mdebug)
CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Debug
+INSTALL_UNSTRIPPED= yes
.else
CMAKE_CONFIGURE_ARGS+= -DCMAKE_BUILD_TYPE=Release
.endif
Home |
Main Index |
Thread Index |
Old Index