git » android-tools.git » commit 3170a74

upgpkg: 5.0.0_r7-1

author Anatol Pomozov
2014-11-24 22:37:16 UTC
committer Anatol Pomozov
2014-11-24 22:37:16 UTC
parent 931206de7d7e31b157182882ffb1556cad2928d4

upgpkg: 5.0.0_r7-1

PKGBUILD +3 -3
adbMakefile +1 -1
fastbootMakefile +1 -1

diff --git a/PKGBUILD b/PKGBUILD
index cc870c0..237fe33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Alucryd <alucryd at gmail dot com>
 
 pkgname=android-tools
-pkgver=5.0.0_r2
+pkgver=5.0.0_r7
 pkgrel=1
 pkgdesc='Android platform tools'
 arch=(i686 x86_64)
@@ -22,8 +22,8 @@ sha1sums=('SKIP'
           'SKIP'
           'SKIP'
           'SKIP'
-          'cc3d5bbf7f38574bfe597555b39d983db87ec37f'
-          '5a66a188e35ec09393f5bd85d5b63fe7a7e38c0f'
+          'ed3e9f6fc43ea9adb177ff1f81532a583b51e348'
+          'a61991623b3a6c21129156f36d81076e5ac1a32d'
           'd99991b208c7c2d8d0053e9937653cca22d09b6d')
 
 
diff --git a/adbMakefile b/adbMakefile
index 970b625..e7bf445 100644
--- a/adbMakefile
+++ b/adbMakefile
@@ -40,4 +40,4 @@ OBJS= $(SRCS:.c=.o)
 all: adb
 
 adb: $(OBJS)
-	cc -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
+	cc -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)
diff --git a/fastbootMakefile b/fastbootMakefile
index 962a786..af27464 100644
--- a/fastbootMakefile
+++ b/fastbootMakefile
@@ -64,4 +64,4 @@ OBJS= $(SRCS:.c=.o)
 all: fastboot
 
 fastboot: $(OBJS)
-	cc -o $@ $(OBJS) $(LIBS)
+	cc -o $@ $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(OBJS) $(LIBS)