No longer needs -lsocket
This commit is contained in:
parent
f9cbc155e6
commit
4106386a32
|
@ -20,7 +20,7 @@ all: $(TARGETS)
|
|||
|
||||
libSystem_OBJS = array.o buffer.o config.o error.o event.o hash.o object.o parser.o plugin.o string.o token.o
|
||||
libSystem_CFLAGS = $(CPPFLAGSF) $(CPPFLAGS) $(CFLAGSF) $(CFLAGS)
|
||||
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
libSystem_LDFLAGS = $(LDFLAGSF) $(LDFLAGS)
|
||||
|
||||
libSystem.a: $(libSystem_OBJS)
|
||||
$(AR) libSystem.a $(libSystem_OBJS)
|
||||
|
|
|
@ -8,7 +8,7 @@ dist=Makefile,token.h
|
|||
[libSystem]
|
||||
type=library
|
||||
sources=array.c,buffer.c,config.c,error.c,event.c,hash.c,object.c,parser.c,plugin.c,string.c,token.c
|
||||
ldflags=-ldl -lsocket
|
||||
ldflags=-ldl
|
||||
install=$(LIBDIR)
|
||||
|
||||
[parser.c]
|
||||
|
|
Loading…
Reference in New Issue
Block a user