File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,8 @@ do_configure() {
498
498
}
499
499
500
500
do_make () {
501
- local extra_make_options=" $1 -j $cpu_count "
501
+ local extra_make_options=" $1 "
502
+ extra_make_options=" $extra_make_options -j $cpu_count "
502
503
local cur_dir2=$( pwd)
503
504
local touch_name=$( get_small_touchfile_name already_ran_make " $extra_make_options " )
504
505
@@ -1173,7 +1174,7 @@ build_gnutls() {
1173
1174
generic_configure " --disable-doc --disable-tools --disable-cxx --disable-tests --disable-gtk-doc-html --disable-libdane --disable-nls --enable-local-libopts --disable-guile --with-included-libtasn1 --without-p11-kit"
1174
1175
do_make_and_make_install
1175
1176
if [[ $compiler_flavors != " native" ]]; then
1176
- # libsrt doesn't know how to use its pkg deps :| https://github.com/Haivision/srt/issues/565
1177
+ # libsrt doesn't know how to use its pkg deps, so put them in as non-static deps :| https://github.com/Haivision/srt/issues/565
1177
1178
sed -i.bak ' s/-lgnutls.*/-lgnutls -lcrypt32 -lnettle -lhogweed -lgmp -lidn2 -liconv -lunistring/' " $PKG_CONFIG_PATH /gnutls.pc"
1178
1179
if [[ $OSTYPE == darwin* ]]; then
1179
1180
sed -i.bak ' s/-lgnutls.*/-lgnutls -framework Security -framework Foundation/' " $PKG_CONFIG_PATH /gnutls.pc"
@@ -1697,9 +1698,7 @@ build_fribidi() {
1697
1698
}
1698
1699
1699
1700
build_libsrt () {
1700
- # do_git_checkout https://github.com/Haivision/srt.git
1701
- # cd srt_git
1702
- # download_and_unpack_file https://codeload.github.com/Haivision/srt/tar.gz/v1.3.2 srt-1.3.2
1701
+ # do_git_checkout https://github.com/Haivision/srt.git # might be able to use these days...?
1703
1702
download_and_unpack_file https://github.com/Haivision/srt/archive/v1.4.1.tar.gz srt-1.4.1
1704
1703
cd srt-1.4.1
1705
1704
if [[ $compiler_flavors != " native" ]]; then
You can’t perform that action at this time.
0 commit comments