diff options
author | Brian P. Hinz <bphinz@users.sf.net> | 2014-12-26 13:16:34 -0500 |
---|---|---|
committer | Brian P. Hinz <bphinz@users.sf.net> | 2015-01-28 19:25:34 -0500 |
commit | 6bc3ce253a00485054d3eafece6c95371297e480 (patch) | |
tree | 09f013c0f7978b95b42b57b2f526a2bf22274019 /contrib | |
parent | 2cad229ede649cb635085e52906c552b6d7307ea (diff) | |
download | tigervnc-6bc3ce253a00485054d3eafece6c95371297e480.tar.gz tigervnc-6bc3ce253a00485054d3eafece6c95371297e480.zip |
Remove libexpat.so dependency from el5 and generic binaries
This is a regression, swrast_dri.so depends on libexpat.so unless we
explicitly link against libexpat.a
(cherry picked from commit 47e3765f2c9ac0c147626df3b3e69cb3bbe8494e)
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/packages/rpm/el5/SPECS/tigervnc.spec | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/packages/rpm/el5/SPECS/tigervnc.spec b/contrib/packages/rpm/el5/SPECS/tigervnc.spec index aa0cb67c..9914b570 100644 --- a/contrib/packages/rpm/el5/SPECS/tigervnc.spec +++ b/contrib/packages/rpm/el5/SPECS/tigervnc.spec @@ -421,6 +421,7 @@ pushd %{xorg_buildroot}%{_libdir} ln -s `g++44 -print-file-name=libstdc++.a` ln -s `g++44 -print-file-name=libz.a` ln -s `g++44 -print-file-name=libgcc.a` +ln -s `g++44 -print-file-name=libexpat.a` popd echo "*** Building libjpeg-turbo ***" |