summaryrefslogtreecommitdiffstats
path: root/patches/hexedit-1.2.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:02 +0100
commitd0ed656dfd6bec80830a054ee7398fcb7842fd50 (patch)
tree510b69467d82d01d9df7ccf868e2168c5d83ba2c /patches/hexedit-1.2.12
parent2ae5063aeddc0f30881e76ce3159ed2a7ec88f4c (diff)
downloadptxdist-d0ed656dfd6bec80830a054ee7398fcb7842fd50.tar.gz
ptxdist-d0ed656dfd6bec80830a054ee7398fcb7842fd50.tar.xz
[hexedit] drop patch disabling strip
PTXdist can cope with that now. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Diffstat (limited to 'patches/hexedit-1.2.12')
-rw-r--r--patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch25
-rw-r--r--patches/hexedit-1.2.12/series1
2 files changed, 0 insertions, 26 deletions
diff --git a/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch b/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch
deleted file mode 100644
index a137cfee2..000000000
--- a/patches/hexedit-1.2.12/0003-Makefile.in-don-t-strip-during-install.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From e6a499abadedab27c98b17c0d7c0cbe2dbabed51 Mon Sep 17 00:00:00 2001
-From: Marc Kleine-Budde <mkl@pengutronix.de>
-Date: Mon, 27 Jul 2009 22:24:28 +0200
-Subject: [PATCH 3/3] [Makefile.in] don't strip during install
-
-Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
----
- Makefile.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile.in b/Makefile.in
-index 5a61be8..8beb56c 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -42,6 +42,6 @@ distclean: clean
-
- install: $(PRODUCT)
- $(INSTALL) -d -m 755 $(DESTDIR)$(bindir)
-- $(INSTALL) -s -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
-+ $(INSTALL) -m 755 $(PRODUCT) $(DESTDIR)$(bindir)
- $(INSTALL) -d -m 755 $(DESTDIR)$(mandir)/man1
- $(INSTALL) -m 644 $(PRODUCT).1 $(DESTDIR)$(mandir)/man1
---
-1.6.3.3
-
diff --git a/patches/hexedit-1.2.12/series b/patches/hexedit-1.2.12/series
index cfe6eb270..299a9d82f 100644
--- a/patches/hexedit-1.2.12/series
+++ b/patches/hexedit-1.2.12/series
@@ -1,3 +1,2 @@
0001-Makefile.in-use-CPPFLAGS.patch
0002-Makefile.in-add-DESTDIR-support.patch
-0003-Makefile.in-don-t-strip-during-install.patch