1
0
mirror of https://github.com/anope/anope.git synced 2026-07-03 09:13:12 +02:00

Fix undefined symbol error on Solaris11

This commit is contained in:
trystanscott
2013-11-29 12:21:10 -07:00
parent 5fd1485938
commit 309807c67f
+1 -1
View File
@@ -10,7 +10,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \
'RUNGROUP=${RUNGROUP}'
.c.o:
$(CC) $(CFLAGS) -I../include/ $< -o $*
$(CC) $(CFLAGS) $(ANOPELIBS) -I../include/ $< -o $*
all: ${OBJS}