mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 08:40:00 -04:00
[v9_9] fixed readline link error, ubuntu 13.04
This commit is contained in:
parent
d70997f413
commit
d4f00203c9
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ nsupdate.@O@: nsupdate.c
|
|||
-c ${srcdir}/nsupdate.c
|
||||
|
||||
nsupdate@EXEEXT@: nsupdate.@O@ ${UOBJS} ${DEPLIBS}
|
||||
export BASEOBJS="${READLINE_LIB} nsupdate.@O@ ${UOBJS}"; \
|
||||
export BASEOBJS="nsupdate.@O@ ${READLINE_LIB} ${UOBJS}"; \
|
||||
${FINALBUILDCMD}
|
||||
|
||||
doc man:: ${MANOBJS}
|
||||
|
|
|
|||
Loading…
Reference in a new issue