From 4af2842fc43143d76020b8cc3f4ece4a9922aa55 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 16 Sep 2011 13:04:03 -0400 Subject: Instead of detecting the host type, you may use --enable-compat instead. Enabling compat will build and link against a static library containing string functions not found in older version of glibc. --- compat/Makefile.am | 2 +- compat/Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'compat') diff --git a/compat/Makefile.am b/compat/Makefile.am index 88a2689..ddabced 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -1,6 +1,6 @@ noinst_LIBRARIES = libdusercompat.a -AM_CPPFLAGS = -I$(top_srcdir)/include/compat +AM_CFLAGS = -I$(top_srcdir)/include/compat libdusercompat_a_SOURCES= strcasestr.c \ strchrnul.c diff --git a/compat/Makefile.in b/compat/Makefile.in index f54ed4e..d47ed4c 100644 --- a/compat/Makefile.in +++ b/compat/Makefile.in @@ -186,7 +186,7 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ noinst_LIBRARIES = libdusercompat.a -AM_CPPFLAGS = -I$(top_srcdir)/include/compat +AM_CFLAGS = -I$(top_srcdir)/include/compat libdusercompat_a_SOURCES = strcasestr.c \ strchrnul.c -- cgit