author | Brandon Casey <casey@nrlssc.navy.mil> | |
Fri, 10 Jul 2009 17:10:45 +0000 (12:10 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 11 Jul 2009 06:50:29 +0000 (23:50 -0700) | ||
commit | ecc395c112b45b00df6c8b1e8d665123c1a28bca | |
tree | ace6b76d15e018742384379d0af83260d030538c | tree | snapshot |
parent | 9398b85994ee7d602e29e0b82de01b9605ee535f | commit | diff |
Makefile: add NEEDS_LIBGEN to optionally add -lgen to compile arguments
Commit 003b33a8 recently added a call to basename(). On IRIX 6.5, this
function resides in libgen and -lgen is required for the linker.
Update configure.ac too.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Commit 003b33a8 recently added a call to basename(). On IRIX 6.5, this
function resides in libgen and -lgen is required for the linker.
Update configure.ac too.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
configure.ac | diff | blob | history |