mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Analysis workflow, enable ssl compile.
This commit is contained in:
parent
b468f708cf
commit
26cdcc899a
1 changed files with 2 additions and 3 deletions
5
.github/workflows/analysis_ports.yml
vendored
5
.github/workflows/analysis_ports.yml
vendored
|
|
@ -274,7 +274,7 @@ jobs:
|
||||||
# make the libs only, build faster
|
# make the libs only, build faster
|
||||||
echo "make build_libs"
|
echo "make build_libs"
|
||||||
#make
|
#make
|
||||||
###make build_libs
|
make build_libs
|
||||||
mv Makefile Makefile.orig
|
mv Makefile Makefile.orig
|
||||||
# fixup \\ in the installtop to /.
|
# fixup \\ in the installtop to /.
|
||||||
echo "fixup INSTALLTOP"
|
echo "fixup INSTALLTOP"
|
||||||
|
|
@ -282,7 +282,7 @@ jobs:
|
||||||
# install the includes and libs only, build faster
|
# install the includes and libs only, build faster
|
||||||
echo "make install_dev"
|
echo "make install_dev"
|
||||||
#make install_sw
|
#make install_sw
|
||||||
###make install_dev
|
make install_dev
|
||||||
cd ..
|
cd ..
|
||||||
mkdir expat
|
mkdir expat
|
||||||
echo "curl expat"
|
echo "curl expat"
|
||||||
|
|
@ -292,7 +292,6 @@ jobs:
|
||||||
echo "./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix=\"$prepath/expat\" --exec-prefix=\"$prepath/expat\" --bindir=\"$prepath/expat/bin\" --includedir=\"$prepath/expat/include\" --mandir=\"$prepath/expat/man\" --libdir=\"$prepath/expat/lib\""
|
echo "./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix=\"$prepath/expat\" --exec-prefix=\"$prepath/expat\" --bindir=\"$prepath/expat/bin\" --includedir=\"$prepath/expat/include\" --mandir=\"$prepath/expat/man\" --libdir=\"$prepath/expat/lib\""
|
||||||
./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix="$prepath/expat" --exec-prefix="$prepath/expat" --bindir="$prepath/expat/bin" --includedir="$prepath/expat/include" --mandir="$prepath/expat/man" --libdir="$prepath/expat/lib"
|
./configure SHELL=/usr/bin/bash CONFIG_SHELL=/usr/bin/bash --prefix="$prepath/expat" --exec-prefix="$prepath/expat" --bindir="$prepath/expat/bin" --includedir="$prepath/expat/include" --mandir="$prepath/expat/man" --libdir="$prepath/expat/lib"
|
||||||
# fixup SHELL is treated specially, but SHELZZ is not by make.
|
# fixup SHELL is treated specially, but SHELZZ is not by make.
|
||||||
grep 'SHELL =' Makefile | cat
|
|
||||||
mv Makefile Makefile.orig
|
mv Makefile Makefile.orig
|
||||||
sed -e 's/SHELL/SHELLZZ/g' < Makefile.orig > Makefile
|
sed -e 's/SHELL/SHELLZZ/g' < Makefile.orig > Makefile
|
||||||
mv lib/Makefile lib/Makefile.orig
|
mv lib/Makefile lib/Makefile.orig
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue