libSystem currently depends on libsocket (for htonl())
This commit is contained in:
parent
1c150963d7
commit
99fbd72e22
|
@ -7,6 +7,7 @@ CPPFLAGSF= -I ../include
|
|||
CPPFLAGS=
|
||||
CFLAGSF = -W -fPIC
|
||||
CFLAGS = -g -Wall -O2 -pedantic
|
||||
LDFLAGS =
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
CCSHARED= $(CC) -shared
|
||||
|
|
|
@ -3,6 +3,8 @@ cppflags_force=-I ../include
|
|||
cppflags=
|
||||
cflags_force=-W -fPIC
|
||||
cflags=-g -Wall -O2 -pedantic
|
||||
#XXX get rid of this dependency
|
||||
ldflags=-lsocket
|
||||
dist=Makefile,token.h,python/project.conf,python/Makefile,python/libSystem.c,python/libSystem.py
|
||||
|
||||
[libSystem]
|
||||
|
|
Loading…
Reference in New Issue
Block a user