diff options
author | François Andriot <albator78@libertysurf.fr> | 2019-01-01 23:01:58 +0100 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2019-01-01 23:01:58 +0100 |
commit | 2423883a54867dcbbc6056f017361f212a37d100 (patch) | |
tree | b6d6621ba9747078ddcac811dbd8f3752d6e81bc /redhat/applications/kxmleditor/kxmleditor.spec | |
parent | 655ebdf18d1046473d2ae2c7e3cfc4ced71339f6 (diff) | |
download | tde-packaging-2423883a54867dcbbc6056f017361f212a37d100.tar.gz tde-packaging-2423883a54867dcbbc6056f017361f212a37d100.zip |
RPM: fix kxmleditor, qalculate-tde, tde-style-baghira, tqscintilla on r14.0.x
Diffstat (limited to 'redhat/applications/kxmleditor/kxmleditor.spec')
-rw-r--r-- | redhat/applications/kxmleditor/kxmleditor.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/applications/kxmleditor/kxmleditor.spec b/redhat/applications/kxmleditor/kxmleditor.spec index cf0447a98..c09858848 100644 --- a/redhat/applications/kxmleditor/kxmleditor.spec +++ b/redhat/applications/kxmleditor/kxmleditor.spec @@ -98,6 +98,9 @@ contents. %prep %setup -q -n %{name}-%{tde_version}%{?preversion:~%{preversion}} +# Fix build on r14.0.x +%__sed -i *"/Makefile.am" -e "s|\$(LIB_TQT)|-ltqt-mt|" + %__cp "/usr/share/aclocal/libtool.m4" "admin/libtool.m4.in" %__cp "/usr/share/libtool/"*"/ltmain.sh" "admin/ltmain.sh" || %__cp "/usr/share/libtool/ltmain.sh" "admin/ltmain.sh" %__make -f "admin/Makefile.common" |