summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/at/files/use-ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/at/files/use-ldflags.patch')
-rw-r--r--meta/recipes-extended/at/files/use-ldflags.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta/recipes-extended/at/files/use-ldflags.patch b/meta/recipes-extended/at/files/use-ldflags.patch
deleted file mode 100644
index 4c698003d0..0000000000
--- a/meta/recipes-extended/at/files/use-ldflags.patch
+++ /dev/null
@@ -1,24 +0,0 @@
1Upstream-Status: Pending
2
3Ensure use of $LDFLAGS during build
4Derived from an OE patch for at-3.1.8
5
6Signed-off-by: Scott Garman <scott.a.garman@intel.com>
7--- at-3.1.12.orig/Makefile.in 2009-11-23 07:11:52.000000000 -0800
8+++ at-3.1.12/Makefile.in 2010-07-20 16:28:04.000000000 -0700
9@@ -65,13 +65,13 @@
10 all: at atd atrun
11
12 at: $(ATOBJECTS)
13- $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB)
14+ $(CC) $(CFLAGS) -o at $(ATOBJECTS) $(LIBS) $(LEXLIB) $(LDFLAGS)
15 rm -f $(CLONES)
16 $(LN_S) -f at atq
17 $(LN_S) -f at atrm
18
19 atd: $(RUNOBJECTS)
20- $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB)
21+ $(CC) $(CFLAGS) -o atd $(RUNOBJECTS) $(LIBS) $(PAMLIB) $(LDFLAGS)
22
23 y.tab.c y.tab.h: parsetime.y
24 $(YACC) -d parsetime.y