]> git.ipfire.org Git - thirdparty/libbsd.git/commit
build: Remove hard requirement for GNU .init_array section support
authorGuillem Jover <guillem@hadrons.org>
Sat, 19 Jul 2014 23:48:20 +0000 (01:48 +0200)
committerGuillem Jover <guillem@hadrons.org>
Sun, 20 Jul 2014 00:09:20 +0000 (02:09 +0200)
commite8d3d04177c8718f1e7f583cbcca15f8e0b9602e
tree63bf56d74c3f5066a454306f83cd97b98646f3eb
parentfaa005cb3209239bdbdf001e387cbcf9f088b12c
build: Remove hard requirement for GNU .init_array section support

In case the support is not available, just stop building the
libbsd-ctor.a library, which is a nice to have thing, but should not
have been a hard requirement from the start. This should allow to
build libbsd on non-glibc based systems using another libc.
configure.ac
src/Makefile.am
test/.gitignore
test/Makefile.am
test/proctitle.c