]> git.pld-linux.org Git - packages/kodi.git/blame - disable-static.patch
- disable static linking
[packages/kodi.git] / disable-static.patch
CommitLineData
af2a7b89
JR
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.166085 seconds and 4 git commands to generate.