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:
+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