]> git.pld-linux.org Git - packages/kodi.git/blob - disable-static.patch
start update to 17.6
[packages/kodi.git] / disable-static.patch
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
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 -
19  ifeq ($(CORE_SOURCE_DIR),)
20    CORE_SOURCE_DIR = $(ROOT_DIR)/../../../..
21  endif
This page took 0.328527 seconds and 3 git commands to generate.