Skip to content

Commit 8d55c76

Browse files
committed
Fix rest 0.8 build
1 parent bac589b commit 8d55c76

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

build-system.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6297,11 +6297,10 @@ rm -rf libcdio-paranoia-10.2+2.0.1
62976297
# rest (built twice for both ABIs: rest-0.7 and rest-1.0).
62986298
tar -xf rest-0.8.1.tar.xz
62996299
cd rest-0.8.1
6300-
mkdir rest-build; cd rest-build
6301-
meson --prefix=/usr --buildtype=minsize -Dexamples=false -Dtests=false ..
6302-
ninja
6303-
ninja install
6304-
cd ../..
6300+
./configure --prefix=/usr --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt
6301+
make
6302+
make install
6303+
cd ..
63056304
rm -rf rest-0.8.1
63066305
tar -xf rest-0.9.1.tar.xz
63076306
cd rest-0.9.1

0 commit comments

Comments
 (0)