From: Miroslav Lichvar Date: Fri, 15 Nov 2013 12:22:16 +0000 (+0100) Subject: Append -lcap to EXTRA_LIBS in configure X-Git-Tag: 1.30-pre1~179 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=030833087d2100654397cbdb4848df953291f8a9;p=thirdparty%2Fchrony.git Append -lcap to EXTRA_LIBS in configure --- diff --git a/configure b/configure index 98541f79..78750e4e 100755 --- a/configure +++ b/configure @@ -439,7 +439,7 @@ if [ $feat_linuxcaps = "1" ] && [ $try_linuxcaps = "1" ] && \ 'prctl(PR_SET_KEEPCAPS, 1);cap_set_proc(cap_from_text("cap_sys_time=ep"));' then add_def FEAT_LINUXCAPS - EXTRA_LIBS="-lcap" + EXTRA_LIBS="$EXTRA_LIBS -lcap" fi if [ $feat_rtc = "1" ] && [ $try_rtc = "1" ] && \