diff options
author | theuni <theuni-nospam-@xbmc.org> | 2012-06-10 02:13:54 -0400 |
---|---|---|
committer | Cory Fields <theuni-nospam-@xbmc.org> | 2012-08-08 18:59:20 -0400 |
commit | 3a17cd7b68f71b7750abba0c606d3cce3af3a343 (patch) | |
tree | 02b1a8a38780652f43198a60c7dbc83569426302 /lib | |
parent | fdb76b5be3bf4c77096d73a38bfcd3e94f2195dc (diff) |
[droid] cmyth: fix static linking
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cmyth/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cmyth/Makefile.in b/lib/cmyth/Makefile.in index 325106a07d..e91a3d32db 100644 --- a/lib/cmyth/Makefile.in +++ b/lib/cmyth/Makefile.in @@ -16,8 +16,8 @@ $(CMYTH_LIB): libcmyth/libcmyth.a librefmem/librefmem.a -Wl,-all_load libcmyth/libcmyth.a librefmem/librefmem.a else $(CMYTH_LIB): libcmyth/libcmyth.a librefmem/librefmem.a - $(CC) $(LDFLAGS) -shared -fpic -o $@ @MYSQL_LIBS@ \ - -Wl,--whole-archive libcmyth/libcmyth.a librefmem/librefmem.a -Wl,--no-whole-archive + $(CC) $(LDFLAGS) -shared -fpic -o $@ -Wl,--whole-archive \ + libcmyth/libcmyth.a librefmem/librefmem.a -Wl,--no-whole-archive @MYSQL_LIBS@ endif libcmyth/libcmyth.a: compile |