summaryrefslogtreecommitdiffstats
path: root/recipes/socat/files/ldflags.patch
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-17 11:40:53 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-17 14:02:10 +0800
commit9912eb3d0b73418219c963ca865faeee111f304d (patch)
tree1d830a3db7076ee3fc84eb19e1f23d89703b5758 /recipes/socat/files/ldflags.patch
parent394d321684eec271bc55438e3c01f74825d80988 (diff)
downloadopenembedded-9912eb3d0b73418219c963ca865faeee111f304d.tar.gz
socat: Upgrade to version 1.7.1.2
Upgrade socat to the latest available version
Diffstat (limited to 'recipes/socat/files/ldflags.patch')
-rw-r--r--recipes/socat/files/ldflags.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/recipes/socat/files/ldflags.patch b/recipes/socat/files/ldflags.patch
deleted file mode 100644
index 6ab4681383..0000000000
--- a/recipes/socat/files/ldflags.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-
-#
-# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
-#
-
---- socat-1.3/Makefile.in~ldflags
-+++ socat-1.3/Makefile.in
-@@ -33,6 +33,7 @@
-
-
- CFLAGS = @CFLAGS@ $(CCOPTS) $(DEFS) $(INCLS)
-+LDFLAGS = @LDFLAGS@
- CLIBS = $(LIBS)
- #CLIBS = $(LIBS) -lm -lefence
- XIOSRCS = xioinitialize.c xiohelp.c xioparam.c xiodiag.c xioopen.c xioopts.c xiosigchld.c xioread.c xiowrite.c \
-@@ -78,13 +79,13 @@
- makedepend @SYSDEFS@ $(CFILES)
-
- socat: socat.o libxio.a
-- $(CC) $(CFLAGS) -o $@ socat.o libxio.a $(CLIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ socat.o libxio.a $(CLIBS)
-
- procan: procan_main.o procan.o error.o sycls.o sysutils.o utils.o
-- $(CC) $(CFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ procan_main.o procan.o error.o sycls.o sysutils.o utils.o $(CLIBS)
-
- filan: filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o
-- $(CC) $(CFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS)
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ filan_main.o filan.o fdname.o error.o sycls.o sysutils.o utils.o $(CLIBS)
-
- libxio.a: $(XIOOBJS) $(UTLOBJS)
- $(AR) r $@ $(XIOOBJS) $(UTLOBJS)