fix libsec lib9 cycle
This commit is contained in:
parent
2a931b7266
commit
0d85a1cf7d
1 changed files with 7 additions and 0 deletions
7
bin/9l
7
bin/9l
|
|
@ -97,6 +97,7 @@ then
|
||||||
eval "have$i() { false; }"
|
eval "have$i() { false; }"
|
||||||
done
|
done
|
||||||
havethread() { false; }
|
havethread() { false; }
|
||||||
|
havesec() { false; }
|
||||||
|
|
||||||
# now find correct order
|
# now find correct order
|
||||||
libsl=""
|
libsl=""
|
||||||
|
|
@ -141,6 +142,12 @@ then
|
||||||
libsl="$libsl -lthread -l9"
|
libsl="$libsl -lthread -l9"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# cycle: lib9 netcrypt uses libsec
|
||||||
|
if havesec
|
||||||
|
then
|
||||||
|
libsl="$libsl -lsec -l9"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "x$needdraw" = xtrue ]
|
if [ "x$needdraw" = xtrue ]
|
||||||
then
|
then
|
||||||
if [ "x$X11" = "x" ]
|
if [ "x$X11" = "x" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue