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

Merge pull request #30 from trystanscott/patch-1

Fix undefined symbol error on Solaris11
This commit is contained in:
Adam
2013-12-09 17:57:52 -08:00
+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}