diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-18 20:56:13 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-18 23:08:31 +0900 |
commit | 6c678d3e5b2072a52ce97fd93a77386535b51131 (patch) | |
tree | 6cf8eca0b3f4df18abd634de0e43a1fca3e5b747 /dilos | |
parent | e2bce89df04d3ccb618aebdf8d2c6ea020d9f589 (diff) | |
download | tde-packaging-6c678d3e5b2072a52ce97fd93a77386535b51131.tar.gz tde-packaging-6c678d3e5b2072a52ce97fd93a77386535b51131.zip |
DEB tdebase twin: use libpcre2 instead of libpcre
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'dilos')
-rwxr-xr-x | dilos/core/tdebase/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |