diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-03-18 20:57:03 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-03-28 19:45:23 +0100 |
commit | 5fdf097f42dfeacda1d81387933ef20acedb1fc7 (patch) | |
tree | 5ae69373db075eee458f37e658e8f66f1b880344 /redhat/applications/kmymoney | |
parent | 9011dcc5b79c6f60170fad0315ed914f3796ea03 (diff) | |
download | tde-packaging-5fdf097f42dfeacda1d81387933ef20acedb1fc7.tar.gz tde-packaging-5fdf097f42dfeacda1d81387933ef20acedb1fc7.zip |
RPM: update build scripts for TDE R14.0.6
Diffstat (limited to 'redhat/applications/kmymoney')
-rw-r--r-- | redhat/applications/kmymoney/kmymoney-14.0.0.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/redhat/applications/kmymoney/kmymoney-14.0.0.spec b/redhat/applications/kmymoney/kmymoney-14.0.0.spec index da0e97e3f..7ad17a36b 100644 --- a/redhat/applications/kmymoney/kmymoney-14.0.0.spec +++ b/redhat/applications/kmymoney/kmymoney-14.0.0.spec @@ -207,9 +207,8 @@ unset QTDIR QTINC QTLIB export PATH="%{tde_bindir}:${PATH}" export PKG_CONFIG_PATH="%{tde_libdir}/pkgconfig:${PKG_CONFIG_PATH}" -# Fix strange FTBFS on RHEL4 -%if 0%{?rhel} == 4 -grep -v "^#~" po/it.po >/tmp/it.po && mv -f /tmp/it.po po/it.po +%if 0%{?fedora} >= 29 +LDFLAGS="-Wl,--allow-shlib-undefined" %endif # Warning: --enable-final causes FTBFS |