]> git.pld-linux.org Git - packages/log4cxx.git/commitdiff
rel 2; disable using libesmtp auto/th/log4cxx-1.0.0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Feb 2023 06:01:37 +0000 (07:01 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 3 Feb 2023 06:01:37 +0000 (07:01 +0100)
log4cxx.spec

index 4f9bf4dcb1f0b4848f9637cdec82042242f84403..de2cbd7c251e224ab70929014b298f6bddcf0f51 100644 (file)
@@ -1,8 +1,9 @@
+# TODO: our libesmtp is incompatible
 Summary:       Log4cxx - a port to C++ of the log4j project
 Summary(pl.UTF-8):     Log4cxx - port projektu log4j dla C++
 Name:          log4cxx
 Version:       1.0.0
-Release:       1
+Release:       2
 License:       Apache v2.0
 Group:         Libraries
 Source0:       http://www.apache.org/dist/logging/log4cxx/%{version}/apache-%{name}-%{version}.tar.gz
@@ -45,7 +46,8 @@ Ten pakiet zawiera pliki nagłówkowe biblioteki log4cxx.
 %build
 install -d build
 cd build
-%{cmake} ..
+%{cmake} .. \
+    -DHAS_LIBESMTP=OFF
 %{__make}
 
 %install
This page took 0.160873 seconds and 4 git commands to generate.