Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Use compatibility regex library also on AIX
[gitweb.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index a8b3f9e3c51061d40d5377762b87198d40055c50..3a9de881231e6c420e19cfe39ba523439df3c9ae 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-702,6
+702,8
@@
ifeq ($(uname_S),AIX)
INTERNAL_QSORT = UnfortunatelyYes
NEEDS_LIBICONV=YesPlease
BASIC_CFLAGS += -D_LARGE_FILES
+ COMPAT_CFLAGS += -Icompat/regex
+ COMPAT_OBJS += compat/regex/regex.o
endif
ifeq ($(uname_S),GNU)
# GNU/Hurd