Skip to content

Commit

Permalink
Remove libexpat.so dependency from el5 and generic binaries
Browse files Browse the repository at this point in the history
This is a regression, swrast_dri.so depends on libexpat.so unless we
explicitly link against libexpat.a

(cherry picked from commit 47e3765)
  • Loading branch information
bphinz committed Dec 26, 2014
1 parent e957b6a commit ca81df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contrib/packages/rpm/el5/SPECS/tigervnc.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***"
Expand Down

0 comments on commit ca81df5

Please sign in to comment.