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-21 21:53:09 +0100 |
commit | 5c3ef5ab9c2a5d72d68d479d626634675e2a9a64 (patch) | |
tree | 8109e321a630d60e259fe677cf38f1e3d7e36b33 /redhat/applications | |
parent | 23f87f90105b71ac0afecee979fae295779d3bb5 (diff) | |
download | tde-packaging-5c3ef5ab9c2a5d72d68d479d626634675e2a9a64.tar.gz tde-packaging-5c3ef5ab9c2a5d72d68d479d626634675e2a9a64.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 652bb3993..185110631 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} |