projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce2c30a
)
link missed library for DLP
author
Seonah Moon
<seonah1.moon@samsung.com>
Thu, 9 May 2019 02:27:13 +0000
(11:27 +0900)
committer
Seonah Moon
<seonah1.moon@samsung.com>
Thu, 9 May 2019 02:27:17 +0000
(11:27 +0900)
Change-Id: If9719a2c13e7d2f37ed1d53b81f070fbfd5bc022
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 91017a0fbddb429437568b35061577b4d132f545..f099764442211f79d254a7c459773da104189f1a 100755
(executable)
--- a/
configure.ac
+++ b/
configure.ac
@@
-3491,6
+3491,7
@@
AC_ARG_ENABLE([dlp],
AS_IF([test "x$enable_dlp" = "xyes"], [
CPPFLAGS+=" -DUSE_TIZEN_FEATURE_DLP"
+ LIBS="-ldl $LIBS"
])
AM_CONDITIONAL(USE_TIZEN_FEATURE_DLP, test "x$enable_dlp" = "xyes")