diff options
author | Chris Koying Browet <cbro@semperpax.com> | 2017-12-22 11:00:00 +0100 |
---|---|---|
committer | Rechi <Rechi@users.noreply.github.com> | 2017-12-22 11:00:00 +0100 |
commit | d3cc38d59b770db9179a0801c9ee5bb89c7c5171 (patch) | |
tree | d5b72912911f6debd0abbc263ff56d38de8c26e6 /tools/depends/target | |
parent | bc8b6d3479a544cf11bab8fef436c338113e6a1a (diff) |
FIX: [NDK15] unified always has BZERO
Diffstat (limited to 'tools/depends/target')
-rw-r--r-- | tools/depends/target/samba-gplv3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/depends/target/samba-gplv3/Makefile b/tools/depends/target/samba-gplv3/Makefile index 6158b388df..4cfc0e6fbc 100644 --- a/tools/depends/target/samba-gplv3/Makefile +++ b/tools/depends/target/samba-gplv3/Makefile @@ -32,10 +32,8 @@ CONFIGURE= cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \ # Then xbmc will correctly access smb shares with LFS enabled # using the altered libsmbclient.h. ifeq ($(OS),android) -ifeq ($(findstring arm64, $(CPU)), arm64) export CFLAGS+=-DHAVE_BZERO endif -endif LIBDYLIB=$(PLATFORM)/source3/bin/libsmbclient.a |