Remove the libudev dependency in Linux OS.
authorKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 7 Nov 2016 04:59:54 +0000 (13:59 +0900)
committerKim Gunsoo <gunsoo83.kim@samsung.com>
Mon, 7 Nov 2016 04:59:54 +0000 (13:59 +0900)
- Because the SDB server does not use the libudev,
  remove the build dependencies of libudev.

Change-Id: Iccea32d06c3c2aaa288736edb74bcb9ccc355795
Signed-off-by: Kim Gunsoo <gunsoo83.kim@samsung.com>
Makefile

index 342c96f9823a9fe37c452fdd37ca508ef9059c50..9f1886cf84fef801fe3a4fa569113682377b9e56 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ ifeq ($(HOST_OS),linux)
        LOCAL_USB_SRC :=  src/usb_linux.c
        LOCAL_UTIL_SRC := src/utils_unix.c
        LOCAL_OTHER_SRC := src/fdevent.c src/fdevent_unix.c src/auto_complete.c
-       LOCAL_LFLAGS := -lrt -lpthread -ludev -lcrypto
+       LOCAL_LFLAGS := -lrt -lpthread -lcrypto
        LOCAL_CFLAGS := -DOS_LINUX -DHAVE_FORKEXEC -DHAVE_SYMLINKS -DSDB_HOST=1 -DSDB_HOST_ON_TARGET=1 -D_FILE_OFFSET_BITS=64
 endif