mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Use HAVE_STRLCPY
SVN revision: 1275
This commit is contained in:
parent
2fc8ea874c
commit
2332cc63ef
2
Makefile
2
Makefile
@ -42,7 +42,7 @@ regex.o: src/regex.c src/regex.h
|
||||
$(CC) $(CFLAGS) -c -o regex.o src/regex.c
|
||||
|
||||
mxml.o: src/mxml.c src/mxml.h
|
||||
$(CC) $(CFLAGS) -DSTRLCPY_DEFINED -c -o mxml.o src/mxml.c
|
||||
$(CC) $(CFLAGS) -DHAVE_STRLCPY -c -o mxml.o src/mxml.c
|
||||
|
||||
elogd: src/elogd.c regex.o mxml.o
|
||||
$(CC) $(CFLAGS) -o elogd src/elogd.c regex.o mxml.o $(LIBS)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user