From 007c555516eccdae694db61cbe53b6a19644d212 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 18 Aug 2024 20:56:13 +0900 Subject: DEB tdebase twin: use libpcre2 instead of libpcre Signed-off-by: Michele Calgaro (cherry picked from commit 6c678d3e5b2072a52ce97fd93a77386535b51131) --- debian/_base/core/tdebase/debian/rules | 2 +- dilos/core/tdebase/debian/rules | 2 +- ubuntu/_base/core/tdebase/debian/rules | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/_base/core/tdebase/debian/rules b/debian/_base/core/tdebase/debian/rules index e86e0401a..8ed08a046 100755 --- a/debian/_base/core/tdebase/debian/rules +++ b/debian/_base/core/tdebase/debian/rules @@ -64,7 +64,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_UPOWER="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBCONFIG="ON" \ - -DWITH_PCRE="ON" \ + -DWITH_PCRE2="ON" \ -DWITH_KRB5="ON" DEB_FIXPERMS_EXCLUDE := \ diff --git a/dilos/core/tdebase/debian/rules b/dilos/core/tdebase/debian/rules index dcc4fcba5..002e91a14 100755 --- a/dilos/core/tdebase/debian/rules +++ b/dilos/core/tdebase/debian/rules @@ -63,7 +63,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_UPOWER="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBCONFIG="ON" \ - -DWITH_PCRE="ON" \ + -DWITH_PCRE2="ON" \ -DWITH_KRB5="ON" \ -DCMAKE_C_COMPILER=gcc \ -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)" diff --git a/ubuntu/_base/core/tdebase/debian/rules b/ubuntu/_base/core/tdebase/debian/rules index 8cdb710e0..d24d632f0 100755 --- a/ubuntu/_base/core/tdebase/debian/rules +++ b/ubuntu/_base/core/tdebase/debian/rules @@ -64,7 +64,7 @@ DEB_CMAKE_EXTRA_FLAGS := \ -DWITH_UPOWER="ON" \ -DWITH_LIBART="ON" \ -DWITH_LIBCONFIG="ON" \ - -DWITH_PCRE="ON" \ + -DWITH_PCRE2="ON" \ -DWITH_KRB5="ON" DEB_FIXPERMS_EXCLUDE := \ -- cgit v1.2.1