rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | diff --git a/debian/makefiles/fastboot.mk b/debian/makefiles/fastboot.mk |
2 | index 9e8b751..9f047ed 100644 | ||||
3 | --- a/debian/makefiles/fastboot.mk | ||||
4 | +++ b/debian/makefiles/fastboot.mk | ||||
5 | @@ -37,7 +37,7 @@ CPPFLAGS+= -I../mkbootimg | ||||
6 | CPPFLAGS+= -I../../extras/ext4_utils/ | ||||
7 | CPPFLAGS+= -I../libsparse/include/ | ||||
8 | |||||
9 | -LIBS+= -lz -lselinux | ||||
10 | +LIBS+= -lz | ||||
11 | |||||
12 | OBJS= $(SRCS:.c=.o) | ||||
13 |