]> git.pld-linux.org Git - packages/kodi.git/blob - disable-static.patch
485ae2dd6513a476c3a4b83c83906da27d9dce01
[packages/kodi.git] / disable-static.patch
1 --- xbmc-15.0-Isengard/tools/depends/native/TexturePacker/Makefile~     2015-07-21 20:41:29.000000000 +0200
2 +++ xbmc-15.0-Isengard/tools/depends/native/TexturePacker/Makefile      2015-07-30 18:37:38.691977581 +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 ($(XBMCROOT),)
20    XBMCROOT = $(ROOT_DIR)/../../../..
21  endif
This page took 0.150307 seconds and 2 git commands to generate.