Skip to content

Commit

Permalink
Link against tirpc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano authored Apr 3, 2023
1 parent f57bdd1 commit 2fc76c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ done

trap 'rm -f ${BASE}$$.s ${BASE}$$.c ${BASE}$$.o ${BASE}$$; exit 1' 1 2 15

LDLIBS=-lm
LDLIBS="-lm -ltirpc"

# check for HP-UX's ANSI compiler
echo "main(int ac, char *av[]) { int i; }" > ${BASE}$$.c
Expand Down

0 comments on commit 2fc76c0

Please sign in to comment.