summaryrefslogtreecommitdiffstats
path: root/patches/xli-1.17.0/xli-1.17.0-makefile.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/xli-1.17.0/xli-1.17.0-makefile.diff')
-rw-r--r--patches/xli-1.17.0/xli-1.17.0-makefile.diff37
1 files changed, 0 insertions, 37 deletions
diff --git a/patches/xli-1.17.0/xli-1.17.0-makefile.diff b/patches/xli-1.17.0/xli-1.17.0-makefile.diff
deleted file mode 100644
index 302176cc7..000000000
--- a/patches/xli-1.17.0/xli-1.17.0-makefile.diff
+++ /dev/null
@@ -1,37 +0,0 @@
-Subject: xli: makefile is not sysroot and generic compiler aware
-From: Robert Schwebel <r.schwebel@pengutronix.de>
-
-Use $(SYSROOT) in front of paths and $(CC) for the compiler.
-Additionally, add some required libraries.
-
-Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
-
----
-
-Index: Makefile.std
-===================================================================
---- Makefile.std.orig
-+++ Makefile.std
-@@ -7,17 +7,17 @@
-
- MISC_DEFINES=
-
--SYSPATHFILE=/usr/lib/X11/Xli
--INSTALLDIR=/usr/bin/X11
-+SYSPATHFILE=$(SYSROOT)/usr/lib/X11/Xli
-+INSTALLDIR=$(SYSROOT)/usr/bin/X11
- SHELL= /bin/sh
- MAKE= make
--STD_CC= cc
--GCC= gcc
-+STD_CC= $(CC)
-+GCC= $(CC)
- CP= cp
- LN= ln -s
- RM= rm -f
- MV= mv -f
--LIBS= -lX11 -lm
-+LIBS= -lX11 -lm -ljpeg -lpng -lXext
- CFLAGS= -O -DSYSPATHFILE=\"$(SYSPATHFILE)\" $(OPTIONALFLAGS) $(EXTRAFLAGS)
- GCCFLAGS= -fstrength-reduce -finline-functions
-