source:
freewrt/package/socat/patches/501-honor_ldflags.patch@
e87ee18
| Last change on this file since e87ee18 was 475ad56, checked in by , 20 years ago | |
|---|---|
|
|
| File size: 539 bytes | |
-
Makefile.in
diff -ruN socat-1.4-old/Makefile.in socat-1.4-new/Makefile.in
old new 36 36 37 37 #0 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS) 38 38 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(CPPFLAGS) 39 CLIBS = $(LIBS) 39 LDFLAGS = @LDFLAGS@ 40 CLIBS = $(LDFLAGS) $(LIBS) 40 41 #CLIBS = $(LIBS) -lm -lefence 41 42 XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c \ 42 43 xiosignal.c xiosigchld.c xioread.c xiowrite.c \
Note:
See TracBrowser
for help on using the repository browser.
