- Update to 0.18 - Rename aide-0.17.3-as-needed.patch to and rebase aide-0.18-as-needed.patch - Added autoconf and autoconf-archive as building dependencies due to an error when reconfiguring the source - Rebase aide-xattr-in-libc.patch OBS-URL: https://build.opensuse.org/request/show/1067470 OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=49
13 lines
761 B
Diff
13 lines
761 B
Diff
diff --color -ruN aide-0.18.ori/Makefile.am aide-0.18/Makefile.am
|
|
--- aide-0.18.ori/Makefile.am 2023-02-06 22:06:50.000000000 +0100
|
|
+++ aide-0.18/Makefile.am 2023-02-23 17:49:10.893667920 +0100
|
|
@@ -65,7 +65,7 @@
|
|
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
|