summaryrefslogtreecommitdiffstats
path: root/development/android-tools/fastbootMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'development/android-tools/fastbootMakefile')
-rw-r--r--development/android-tools/fastbootMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/android-tools/fastbootMakefile b/development/android-tools/fastbootMakefile
index 62e42f8bc4..079c628b2d 100644
--- a/development/android-tools/fastbootMakefile
+++ b/development/android-tools/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)