diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-03-21 21:53:09 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-03-28 19:45:38 +0100 |
commit | 0a52c32c5d9e3ab3effd85d98e214df91b19f823 (patch) | |
tree | b34333da9c17099efb158baf3dc571c28f141d9f /redhat/applications | |
parent | 5fdf097f42dfeacda1d81387933ef20acedb1fc7 (diff) | |
download | tde-packaging-0a52c32c5d9e3ab3effd85d98e214df91b19f823.tar.gz tde-packaging-0a52c32c5d9e3ab3effd85d98e214df91b19f823.zip |
RPM: update build scripts for R14.0.6
Diffstat (limited to 'redhat/applications')
-rw-r--r-- | redhat/applications/tde-style-baghira/tde-style-baghira.spec | 2 | ||||
-rw-r--r-- | redhat/applications/tde-style-domino/tde-style-domino.spec | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/redhat/applications/tde-style-baghira/tde-style-baghira.spec b/redhat/applications/tde-style-baghira/tde-style-baghira.spec index 99325e85b..41fa8fb19 100644 --- a/redhat/applications/tde-style-baghira/tde-style-baghira.spec +++ b/redhat/applications/tde-style-baghira/tde-style-baghira.spec @@ -34,6 +34,8 @@ %define tde_tdeincludedir %{tde_includedir}/tde %define tde_tdelibdir %{tde_libdir}/trinity +# Required for Mageia and PCLinuxOS: removes the ldflag '--no-undefined' +%define _disable_ld_no_undefined 1 Name: trinity-%{tde_pkg} Epoch: %{tde_epoch} diff --git a/redhat/applications/tde-style-domino/tde-style-domino.spec b/redhat/applications/tde-style-domino/tde-style-domino.spec index bb6f54b26..a2dfdd079 100644 --- a/redhat/applications/tde-style-domino/tde-style-domino.spec +++ b/redhat/applications/tde-style-domino/tde-style-domino.spec @@ -34,6 +34,8 @@ %define tde_tdeincludedir %{tde_includedir}/tde %define tde_tdelibdir %{tde_libdir}/trinity +# Required for Mageia and PCLinuxOS: removes the ldflag '--no-undefined' +%define _disable_ld_no_undefined 1 Name: trinity-%{tde_pkg} Epoch: %{tde_epoch} |