Perl interface: add build-time configuration to allow building with -fPIC
commitf6af75d29c7e01e1d538dc3458c743e1a34defb6
authorJunio C Hamano <junkio@cox.net>
Sat, 24 Jun 2006 00:57:48 +0000 (23 17:57 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Jul 2006 00:14:41 +0000 (2 17:14 -0700)
tree768d1806aa2755fe96f2a9fa63ef98fde7a2c140
parent8f00660fc13df9ed22f059f032a65c60168a2057
Perl interface: add build-time configuration to allow building with -fPIC

On x86-64 it seems that Git.xs does not link without compiling
the main git objects with -fPIC.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile