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