source: freewrt/package/socat/patches/501-honor_ldflags.patch@ e87ee18

freewrt_1_0 freewrt_2_0
Last change on this file since e87ee18 was 475ad56, checked in by Waldemar Brodkorb <wbx@…>, 20 years ago

add OpenWrt trunk revision 3830.

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1 afb5a338-a214-0410-bd46-81f09a774fd1

  • Property mode set to 100644
File size: 539 bytes
  • Makefile.in

    diff -ruN socat-1.4-old/Makefile.in socat-1.4-new/Makefile.in
    old new  
    3636
    3737#0 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS)
    3838CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(CPPFLAGS)
    39 CLIBS = $(LIBS)
     39LDFLAGS = @LDFLAGS@
     40CLIBS = $(LDFLAGS) $(LIBS)
    4041#CLIBS = $(LIBS) -lm -lefence
    4142XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c \
    4243        xiosignal.c xiosigchld.c xioread.c xiowrite.c \
Note: See TracBrowser for help on using the repository browser.