Do not let LDFLAGS= override the dependency on libsocket
This commit is contained in:
parent
d46d12a355
commit
0369455838
|
@ -8,7 +8,7 @@ CPPFLAGSF= -I ../include
|
|||
CPPFLAGS=
|
||||
CFLAGSF = -W -fPIC
|
||||
CFLAGS = -g -Wall -O2 -pedantic
|
||||
LDFLAGS =
|
||||
LDFLAGSF=
|
||||
AR = ar
|
||||
RANLIB = ranlib
|
||||
CCSHARED= $(CC) -shared
|
||||
|
|
|
@ -4,7 +4,7 @@ cppflags=
|
|||
cflags_force=-W -fPIC
|
||||
cflags=-g -Wall -O2 -pedantic
|
||||
#XXX get rid of this dependency
|
||||
ldflags=-lsocket
|
||||
ldflags_force=-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