android-tools: update to 5.1.0_r1.
This commit is contained in:
@@ -128,7 +128,7 @@ index 000000000000..00ce75b2f4ad
|
|||||||
+CPPFLAGS+= -DHAVE_OFF64_T=1
|
+CPPFLAGS+= -DHAVE_OFF64_T=1
|
||||||
+CPPFLAGS+= -std=gnu99
|
+CPPFLAGS+= -std=gnu99
|
||||||
+
|
+
|
||||||
+LIBS+= -lz -ldl
|
+LIBS+= -lz -ldl -lpcre
|
||||||
+
|
+
|
||||||
+OBJS= $(SRCS:.c=.o)
|
+OBJS= $(SRCS:.c=.o)
|
||||||
+
|
+
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# Template file for 'android-tools'
|
# Template file for 'android-tools'
|
||||||
pkgname=android-tools
|
pkgname=android-tools
|
||||||
version=5.0.2_r1
|
version=5.1.0_r1
|
||||||
revision=2
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="zlib-devel libressl-devel>=2.1.4"
|
makedepends="zlib-devel libressl-devel>=2.1.4 pcre-devel"
|
||||||
short_desc="Android platform tools (adb and fastboot)"
|
short_desc="Android platform tools (adb and fastboot)"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="Apache-2.0 BSD"
|
license="Apache-2.0 BSD"
|
||||||
|
|||||||
Reference in New Issue
Block a user