diff options
author | François Andriot <albator78@libertysurf.fr> | 2021-05-13 09:46:24 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2021-05-13 22:40:16 +0200 |
commit | 2752bd0f14f3f1ac7b8103a9d6a957e9fb191178 (patch) | |
tree | dbcc13456f658676ffc76ede918a05b8f77395ad /redhat/applications/codeine | |
parent | 073a626d118ee0fe7e39638f743671c3776d781c (diff) | |
download | tde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.tar.gz tde-packaging-2752bd0f14f3f1ac7b8103a9d6a957e9fb191178.zip |
RPM: add build support for Fedora 34
Signed-off-by: François Andriot <albator78@libertysurf.fr>
Diffstat (limited to 'redhat/applications/codeine')
-rw-r--r-- | redhat/applications/codeine/codeine.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/applications/codeine/codeine.spec b/redhat/applications/codeine/codeine.spec index aa12bf1c1..273d8e5e7 100644 --- a/redhat/applications/codeine/codeine.spec +++ b/redhat/applications/codeine/codeine.spec @@ -131,7 +131,10 @@ fi -DCMAKE_INSTALL_PREFIX=%{tde_prefix} \ -DSHARE_INSTALL_PREFIX=%{tde_datadir} \ -DLIB_INSTALL_DIR=%{tde_libdir} \ + \ -DBUILD_ALL=ON \ + -DWITH_ALL_OPTIONS=ON \ + \ .. %__make %{?_smp_mflags} |