Explicitly refer to LIBCAP in Makefiles.
This commit is contained in:
@@ -128,7 +128,7 @@ if USE_ME
|
||||
sa/tasks/ike_me.c sa/tasks/ike_me.h
|
||||
endif
|
||||
|
||||
if USE_CAPABILITIES
|
||||
if USE_LIBCAP
|
||||
libcharon_la_LIBADD += -lcap
|
||||
endif
|
||||
|
||||
|
||||
@@ -121,7 +121,7 @@ if USE_SMARTCARD
|
||||
AM_CFLAGS += -DSMARTCARD
|
||||
endif
|
||||
|
||||
if USE_CAPABILITIES
|
||||
if USE_LIBCAP
|
||||
pluto_LDADD += -lcap
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user