]> git.pld-linux.org Git - packages/kodi.git/blame - disable-static.patch
start update to 17.6
[packages/kodi.git] / disable-static.patch
CommitLineData
6b5f5f8f
ER
1--- xbmc-17.6-Krypton/tools/depends/native/TexturePacker/Makefile~ 2017-11-14 18:55:01.000000000 +0200
2+++ xbmc-17.6-Krypton/tools/depends/native/TexturePacker/Makefile 2017-12-24 18:05:39.101238711 +0200
af2a7b89
JR
3@@ -9,18 +9,10 @@
4
5 ifeq ($(NATIVEPLATFORM),)
6 PLATFORM = native
7- EXTRA_CONFIGURE = --enable-static
8 else
9 PLATFORM = $(NATIVEPLATFORM)
10 endif
11
12-ifeq ($(NATIVE_OS), linux)
13- EXTRA_CONFIGURE = --enable-static
14-endif
15-ifeq ($(NATIVE_OS), android)
16- EXTRA_CONFIGURE = --enable-static
17-endif
18-
6b5f5f8f
ER
19 ifeq ($(CORE_SOURCE_DIR),)
20 CORE_SOURCE_DIR = $(ROOT_DIR)/../../../..
af2a7b89 21 endif
This page took 0.075033 seconds and 4 git commands to generate.