Update curl-impersonate-chrome.spec

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-07-12 19:43:59 -05:00
committed by GitHub
parent 8b24a48856
commit 9bf05628e7
@@ -67,7 +67,7 @@ wait
%install
pushd `sed -nE 's@^CURL_VERSION := (.+)$@\1@p' Makefile.in`
export LT_SYS_LIBRARY_PATH="../boringssl-$(sed -nE 's@^BORING_SSL_COMMIT := (.+)$@\1@p' ../Makefile.in)/include"
%configure --with-openssl
%configure --with-openssl --prefix=%{_prefix}
sed -E 's@MAKEFLAGS=$@MAKEFLAGS=-j$(SUBJOBS)@' -i Makefile
popd
%make_install