mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix the fedora bzip2 dependency
The bzip2 devel package is bzip2-devel, not just bzip2. This fixes linking on fedora machines: note: /usr/bin/ld: cannot find -lbz2 collect2: error: ld returned 1 exit status error: aborting due to previous error Could not compile `servo`.
This commit is contained in:
parent
3286d2812a
commit
4ce4e89810
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ On Fedora:
|
|||
sudo yum install curl freeglut-devel libtool gcc-c++ libXi-devel \
|
||||
freetype-devel mesa-libGL-devel glib2-devel libX11-devel libXrandr-devel gperf \
|
||||
fontconfig-devel cabextract ttmkfdir python python-virtualenv expat-devel \
|
||||
rpm-build openssl-devel cmake bzip2
|
||||
rpm-build openssl-devel cmake bzip2-devel
|
||||
pushd .
|
||||
cd /tmp
|
||||
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue