Now using the compiler as default linker (fixes builds on Debian etch)
This commit is contained in:
parent
c6bfa3ef2a
commit
5d3580bdee
@ -485,7 +485,7 @@ static void _variables_library(Configure * configure, FILE * fp, char * done)
|
|||||||
_targets_cflags(configure, fp);
|
_targets_cflags(configure, fp);
|
||||||
_targets_cxxflags(configure, fp);
|
_targets_cxxflags(configure, fp);
|
||||||
}
|
}
|
||||||
fputs("AR\t= ar -rc\nRANLIB\t= ranlib\nLD\t= ld -shared\n", fp);
|
fputs("AR\t= ar -rc\nRANLIB\t= ranlib\nLD\t= $(CC) -shared\n", fp);
|
||||||
}
|
}
|
||||||
|
|
||||||
static int _variables_includes(Configure * configure, FILE * fp)
|
static int _variables_includes(Configure * configure, FILE * fp)
|
||||||
|
Loading…
Reference in New Issue
Block a user