mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-26 05:26:17 +00:00
7273d94094
As with system-tools before. Use PKG_DEPENDS_CONFIG where appropriate.
13 lines
367 B
Diff
13 lines
367 B
Diff
diff -ur a/Makefile b/Makefile
|
|
--- a/Makefile 2015-10-30 17:34:51.000000000 +0100
|
|
+++ b/Makefile 2019-12-14 12:58:16.655141460 +0100
|
|
@@ -43,7 +43,7 @@
|
|
man1dir=$(mandir)/man1
|
|
manext=.1
|
|
|
|
-INSTALL=install
|
|
+INSTALL=install --strip-program=$(CROSS_COMPILE)strip
|
|
INSTALL_PROGRAM=$(INSTALL) -m 0555 -s
|
|
INSTALL_LIB=$(INSTALL) -m 0444 -s
|
|
INSTALL_DATA=$(INSTALL) -m 0444
|