libSystem currently depends on libsocket (for htonl())

This commit is contained in:
Pierre Pronchery 2013-07-17 03:40:56 +02:00
parent 1c150963d7
commit 99fbd72e22
2 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ CPPFLAGSF= -I ../include
CPPFLAGS=
CFLAGSF = -W -fPIC
CFLAGS = -g -Wall -O2 -pedantic
LDFLAGS =
AR = ar
RANLIB = ranlib
CCSHARED= $(CC) -shared

View File

@ -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]