aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2006-08-24 14:43:18 -0700
committerH. Peter Anvin <hpa@zytor.com>2006-08-24 14:43:18 -0700
commitc68717063d7503099002cb5a76558622b1dabf76 (patch)
tree6bf2ed0ace762ca63b9e66c28ef7b1a58fe33b3a
parent1d8c67ca34412b348dfe594db9e583f63aca93e8 (diff)
downloadklibc-c68717063d7503099002cb5a76558622b1dabf76.tar.gz
[klibc] dash: use klibc-provided fnmatch()klibc-1.4.25
Now when klibc has fnmatch(), use it... Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--usr/dash/Kbuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/dash/Kbuild b/usr/dash/Kbuild
index 10e9591285743..edaa93f9b1638 100644
--- a/usr/dash/Kbuild
+++ b/usr/dash/Kbuild
@@ -3,7 +3,7 @@
#
config-cppflags := -DBSD=1 -DSMALL -DJOBS=0 -DHAVE_CONFIG_H -DSHELL
-config-cppflags += -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN
+config-cppflags += -DGLOB_BROKEN -DIFS_BROKEN
EXTRA_KLIBCCFLAGS := -I$(srctree)/$(src) -I$(objtree)/$(obj)
EXTRA_KLIBCCFLAGS += -include $(srctree)/$(src)/config.h