We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac589b commit 8d55c76Copy full SHA for 8d55c76
1 file changed
build-system.sh
@@ -6297,11 +6297,10 @@ rm -rf libcdio-paranoia-10.2+2.0.1
6297
# rest (built twice for both ABIs: rest-0.7 and rest-1.0).
6298
tar -xf rest-0.8.1.tar.xz
6299
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 ../..
+./configure --prefix=/usr --with-ca-certificates=/etc/pki/tls/certs/ca-bundle.crt
+make
+make install
+cd ..
6305
rm -rf rest-0.8.1
6306
tar -xf rest-0.9.1.tar.xz
6307
cd rest-0.9.1
0 commit comments