summaryrefslogtreecommitdiffstats
path: root/patches/at-3.1.12
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-12-25 23:14:33 +0100
committerWolfram Sang <w.sang@pengutronix.de>2009-12-26 21:26:03 +0100
commit51824c0c21e93c37290d8353f306b54aeda95eda (patch)
tree101af028ead144ec7c3f5b19f136396d7a21629a /patches/at-3.1.12
parentce13560544497936b5b29a1e732e9da542550e06 (diff)
downloadptxdist-51824c0c21e93c37290d8353f306b54aeda95eda.tar.gz
ptxdist-51824c0c21e93c37290d8353f306b54aeda95eda.tar.xz
[at] drop patch disabling strip
PTXdist can cope with that now. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'patches/at-3.1.12')
-rw-r--r--patches/at-3.1.12/0004-Makefile.in-don-t-strip-during-make-install.patch37
-rw-r--r--patches/at-3.1.12/series1
2 files changed, 0 insertions, 38 deletions
diff --git a/patches/at-3.1.12/0004-Makefile.in-don-t-strip-during-make-install.patch b/patches/at-3.1.12/0004-Makefile.in-don-t-strip-during-make-install.patch
deleted file mode 100644
index 6c82ae52c..000000000
--- a/patches/at-3.1.12/0004-Makefile.in-don-t-strip-during-make-install.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 403290a7a0df73110ce4a52a32d84c7a3caebfb3 Mon Sep 17 00:00:00 2001
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Date: Tue, 1 Dec 2009 20:50:14 +0100
-Subject: [PATCH 4/5] Makefile.in: don't strip during make install
-
-Just install the unstripped binaries, the distribution should take care
-of this. And trying to strip breaks cross compilation, too.
-
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
----
- Makefile.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index b766bbb..c4fbd18 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -97,14 +97,14 @@ install: all
- chmod 600 $(IROOT)$(LFILE)
- chown $(DAEMON_USERNAME):$(DAEMON_GROUPNAME) $(IROOT)$(LFILE)
- test -f $(IROOT)$(etcdir)/at.allow || test -f $(IROOT)$(etcdir)/at.deny || $(INSTALL) -o root -g $(DAEMON_GROUPNAME) -m 640 at.deny $(IROOT)$(etcdir)/
-- $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 -s at $(IROOT)$(bindir)
-+ $(INSTALL) -g $(DAEMON_GROUPNAME) -o $(DAEMON_USERNAME) -m 6755 at $(IROOT)$(bindir)
- $(LN_S) -f at $(IROOT)$(bindir)/atq
- $(LN_S) -f at $(IROOT)$(bindir)/atrm
- $(INSTALL) -g root -o root -m 755 batch $(IROOT)$(bindir)
- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man1dir)
- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man5dir)
- $(INSTALL) -d -o root -g root -m 755 $(IROOT)$(man8dir)
-- $(INSTALL) -g root -o root -m 755 -s atd $(IROOT)$(sbindir)
-+ $(INSTALL) -g root -o root -m 755 atd $(IROOT)$(sbindir)
- $(INSTALL) -g root -o root -m 755 atrun $(IROOT)$(sbindir)
- $(INSTALL) -g root -o root -m 644 at.1 $(IROOT)$(man1dir)/
- cd $(IROOT)$(man1dir) && $(LN_S) -f at.1 atq.1 && $(LN_S) -f at.1 batch.1 && $(LN_S) -f at.1 atrm.1
---
-1.6.5.3
-
diff --git a/patches/at-3.1.12/series b/patches/at-3.1.12/series
index 2a63be1dc..18e752288 100644
--- a/patches/at-3.1.12/series
+++ b/patches/at-3.1.12/series
@@ -1,5 +1,4 @@
0001-configure.ac-remove-manual-compiler-check-with-AC_TR.patch
0002-configure.ac-convert-AC_TRY_COMPILE-AC_COMPILE_IFELS.patch
0003-Makefile.in-add-LDFLAGS-to-linking-stage.patch
-0004-Makefile.in-don-t-strip-during-make-install.patch
0005-Makefile.in-replace-IROOT-by-DESTDIR.patch