diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-03 17:23:55 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-03 17:23:55 +0000 |
commit | dcc32e83457b9631db09aadb994684d8c3f55e21 (patch) | |
tree | f675f052fba89ae1441a022f29a3ae5a232c03ac /package/devel/trace-cmd/patches | |
parent | 38abba2380e8a6dc683e618be548f74d7bd81b73 (diff) |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37152 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/trace-cmd/patches')
-rw-r--r-- | package/devel/trace-cmd/patches/100-compile_fix.patch | 20 |
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> |