d6c48bed19
Fixes for bnc#880217 - systemd enabled OBS-URL: https://build.opensuse.org/request/show/238818 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=17
12 lines
403 B
Diff
12 lines
403 B
Diff
--- opencryptoki/configure.in
|
|
+++ opencryptoki/configure.in
|
|
@@ -328,7 +328,7 @@
|
|
old_cflags="$CFLAGS"
|
|
old_libs="$LIBS"
|
|
CFLAGS="$CFLAGS $LIBICA_CFLAGS"
|
|
- LIBS="$LIBS $LIBICA_LIBS"
|
|
+ LIBS="$LIBS $LIBICA_LIBS -lrt -lcrypto -lpthread"
|
|
AC_CHECK_HEADER([ica_api.h], [], [
|
|
if test "x$with_libica" != "xcheck"; then
|
|
AC_MSG_ERROR([Build with Libica requested but Libica headers couldn't be found])
|