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:
+1
-1
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user