diff options
Diffstat (limited to 'dns/maradns/files/patch-utf8-Makefile')
-rw-r--r-- | dns/maradns/files/patch-utf8-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/maradns/files/patch-utf8-Makefile b/dns/maradns/files/patch-utf8-Makefile new file mode 100644 index 0000000..367b07f --- /dev/null +++ b/dns/maradns/files/patch-utf8-Makefile @@ -0,0 +1,11 @@ +--- utf8/Makefile.old Sat May 26 19:36:51 2001 ++++ utf8/Makefile Sat May 26 19:36:58 2001 +@@ -5,7 +5,7 @@ + EXECS=utf8test + + #FLAGS = -O2 +-FLAGS = -g ++FLAGS = -g $(CFLAGS) + + all: $(EXECS) + |