summaryrefslogtreecommitdiffstats
path: root/package/newt/newt-fix-makefile.patch
diff options
context:
space:
mode:
authorAlex Suykov <alex.suykov@gmail.com>2015-01-10 10:10:48 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-10 11:43:50 +0100
commit51eeca9f9751f0f17958bd1c408c3c88b07b08c8 (patch)
treea3b0cd9e8e4b81ebd22fc1bf4549a9f20232782c /package/newt/newt-fix-makefile.patch
parent6aa156fa1f532a0079670667c0946e7c9008692f (diff)
downloadbuildroot-51eeca9f9751f0f17958bd1c408c3c88b07b08c8.tar.gz
buildroot-51eeca9f9751f0f17958bd1c408c3c88b07b08c8.zip
newt: avoid poisoned paths
Fixes http://autobuild.buildroot.net/results/cb908f73b14e1510bea890167b3927afbf708d6f/ Signed-off-by: Alex Suykov <alex.suykov@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/newt/newt-fix-makefile.patch')
-rw-r--r--package/newt/newt-fix-makefile.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/newt/newt-fix-makefile.patch b/package/newt/newt-fix-makefile.patch
deleted file mode 100644
index 84152fbef6..0000000000
--- a/package/newt/newt-fix-makefile.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Fix Makefile.in
-
-* Use $(CC) instead of $(CPP) to generate .depend file because
- '$(CPP) -M' call does not support multiple input files.
- This avoid the following error:
-
-make[1]: Entering directory `/opt/br/output/build/newt-0.51.0'
-/opt/br/output/host/usr/bin/arm-none-linux-gnueabi-cpp -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -M newt.c button.c form.c checkbox.c entry.c label.c listbox.c scrollbar.c textbox.c scale.c grid.c windows.c buttonbar.c checkboxtree.c > .depend
-arm-none-linux-gnueabi-cpp: too many input files
-make[1]: *** [depend] Error 1
-make[1]: Leaving directory
-`/opt/br/output/build/newt-0.51.0'
-make: ***
-[/opt/br/output/build/newt-0.51.0/.stamp_built] Error 2
-
-Signed-off-by: Samuel Martin <s.martin49@gmail.com>
-Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
-
----
- Makefile.in | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-Index: b/Makefile.in
-===================================================================
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -121,7 +121,7 @@
- $(SHAREDDIR)/*.o *.$(SOEXT)*
-
- depend:
-- $(CPP) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend
-+ $(CC) $(CFLAGS) $(CPPFLAGS) -M $(SOURCES) > .depend
-
- $(SHAREDDIR):
- mkdir -p $(SHAREDDIR)
OpenPOWER on IntegriCloud