summaryrefslogtreecommitdiffstats
path: root/package/devel/trace-cmd/patches
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2013-07-03 17:23:55 +0000
committerFlorian Fainelli <florian@openwrt.org>2013-07-03 17:23:55 +0000
commitc6c0d9456c4905a8bb762f854d8876555ef31b71 (patch)
tree5bc862c04db4744d41d4986267f79276e4bbc746 /package/devel/trace-cmd/patches
parente3a369e5977f26ba1077212321cf54bda661ca03 (diff)
downloadmaster-31e0f0ae-c6c0d9456c4905a8bb762f854d8876555ef31b71.tar.gz
master-31e0f0ae-c6c0d9456c4905a8bb762f854d8876555ef31b71.tar.bz2
master-31e0f0ae-c6c0d9456c4905a8bb762f854d8876555ef31b71.zip
trace-cmd: remove the compile fix patch
And instead override TARGET_CFLAGS to set _GNU_SOURCE accordingly since this is the upstream maintainer solution. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37152
Diffstat (limited to 'package/devel/trace-cmd/patches')
-rw-r--r--package/devel/trace-cmd/patches/100-compile_fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/package/devel/trace-cmd/patches/100-compile_fix.patch b/package/devel/trace-cmd/patches/100-compile_fix.patch
deleted file mode 100644
index d0f34f93ff..0000000000
--- a/package/devel/trace-cmd/patches/100-compile_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/trace-listen.c
-+++ b/trace-listen.c
-@@ -17,6 +17,7 @@
- *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-+#define _GNU_SOURCE
- #define _LARGEFILE64_SOURCE
- #include <dirent.h>
- #include <stdio.h>
---- a/trace-record.c
-+++ b/trace-record.c
-@@ -17,6 +17,7 @@
- *
- * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- */
-+#define _GNU_SOURCE
- #include <dirent.h>
- #include <stdio.h>
- #include <stdlib.h>