- Update to 0.18.3: * Handle readlink() errors - Update to 0.18.2: * Add warning if rules contain not compiled-in attributes * Add missing lock for tree operations during file system scan OBS-URL: https://build.opensuse.org/request/show/1090828 OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=53
14 lines
768 B
Diff
14 lines
768 B
Diff
Index: aide-0.18.3/Makefile.am
|
|
===================================================================
|
|
--- aide-0.18.3.orig/Makefile.am
|
|
+++ aide-0.18.3/Makefile.am
|
|
@@ -65,7 +65,7 @@ aide_SOURCES += include/fopen.h src/fope
|
|
endif
|
|
|
|
aide_CFLAGS = @AIDE_DEFS@ -W -Wall -g ${PTHREAD_CFLAGS}
|
|
-aide_LDADD = -lm ${PCRE2_LIBS} ${ZLIB_LIBS} ${MHASH_LIBS} ${GCRYPT_LIBS} ${POSIX_ACL_LIBS} ${SELINUX_LIBS} ${AUDIT_LIBS} ${XATTR_LIBS} ${ELF_LIBS} ${E2FSATTRS_LIBS} ${CAPABILITIES_LIBS} ${CURL_LIBS} ${PTHREAD_LIBS}
|
|
+aide_LDADD = -lm ${LDFLAGS} ${PCRE2_LIBS} ${ZLIB_LIBS} ${MHASH_LIBS} ${GCRYPT_LIBS} ${POSIX_ACL_LIBS} ${SELINUX_LIBS} ${AUDIT_LIBS} ${XATTR_LIBS} ${ELF_LIBS} ${E2FSATTRS_LIBS} ${CAPABILITIES_LIBS} ${CURL_LIBS} ${PTHREAD_LIBS}
|
|
|
|
if HAVE_CHECK
|
|
TESTS = check_aide
|