501-honor_ldflags.patch 539 B

12345678910111213
  1. diff -ruN socat-1.4-old/Makefile.in socat-1.4-new/Makefile.in
  2. --- socat-1.4-old/Makefile.in 2005-09-10 22:09:11.000000000 +0200
  3. +++ socat-1.4-new/Makefile.in 2005-10-08 17:12:45.000000000 +0200
  4. @@ -36,7 +36,8 @@
  5. #0 CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS)
  6. CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(CPPFLAGS)
  7. -CLIBS = $(LIBS)
  8. +LDFLAGS = @LDFLAGS@
  9. +CLIBS = $(LDFLAGS) $(LIBS)
  10. #CLIBS = $(LIBS) -lm -lefence
  11. XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c \
  12. xiosignal.c xiosigchld.c xioread.c xiowrite.c \