aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-09-16 13:04:03 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2012-05-25 14:21:20 -0400
commit7bbcc6690df5cf9982121f2f16ebc315882e618f (patch)
tree9c6519a45cf7e2fd523a2c5baa95b4e0d531adc7 /compat
parent8cd7c46cfb8f9226f7260a0a27afad3fc8cae33b (diff)
downloadduser-7bbcc6690df5cf9982121f2f16ebc315882e618f.tar.gz
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.
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am2
-rw-r--r--compat/Makefile.in2
2 files changed, 2 insertions, 2 deletions
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