git » android-tools.git » commit 8e4751b

FS#44509

author Anatol Pomozov
2015-04-09 00:06:05 UTC
committer Anatol Pomozov
2015-04-09 00:06:05 UTC
parent 6e9df5604875440c88e1d4bc24d6d0a35eb78012

FS#44509

PKGBUILD +4 -4
adbMakefile +1 -0
fastbootMakefile +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index d84a0b5..940c94f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
 # Contributor: Alucryd <alucryd at gmail dot com>
 
 pkgname=android-tools
-pkgver=5.0.2_r1
+pkgver=5.1.0_r3
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)
 url='http://tools.android.com/'
 license=(Apache MIT)
-depends=(openssl)
+depends=(openssl pcre)
 makedepends=(git)
 source=(git+https://android.googlesource.com/platform/system/core#tag=android-$pkgver
         git+https://android.googlesource.com/platform/system/extras#tag=android-$pkgver
@@ -22,8 +22,8 @@ sha1sums=('SKIP'
           'SKIP'
           'SKIP'
           'SKIP'
-          'ed3e9f6fc43ea9adb177ff1f81532a583b51e348'
-          'a61991623b3a6c21129156f36d81076e5ac1a32d'
+          '65fe33b2cb41c7125470b5c606cd2ca38193f6ad'
+          '0bf0bdcabb78af81583c932cce198f918d9e4463'
           'd99991b208c7c2d8d0053e9937653cca22d09b6d')
 
 
diff --git a/adbMakefile b/adbMakefile
index e7bf445..f74ab89 100644
--- a/adbMakefile
+++ b/adbMakefile
@@ -30,6 +30,7 @@ SRCS+= zipfile.c
 CPPFLAGS+= -DADB_HOST=1
 CPPFLAGS+= -DHAVE_FORKEXEC=1
 CPPFLAGS+= -DHAVE_OFF64_T=1
+CPPFLAGS+= -DHAVE_TERMIO_H
 CPPFLAGS+= -I.
 CPPFLAGS+= -I../include
 
diff --git a/fastbootMakefile b/fastbootMakefile
index af27464..f14668a 100644
--- a/fastbootMakefile
+++ b/fastbootMakefile
@@ -57,7 +57,7 @@ CPPFLAGS+= -I../../f2fs-tools/mkfs
 CPPFLAGS+= -DHAVE_OFF64_T=1
 CPPFLAGS+= -std=gnu99
 
-LIBS+= -lz -ldl
+LIBS+= -lz -ldl -lpcre
 
 OBJS= $(SRCS:.c=.o)