SHA256
1
0
forked from pool/aide
aide/aide-0.18-as-needed.patch
Robert Frohl 1241050899 - Update to 0.18.8:
* Fix concurrent reading of extended attributes (xattrs)
    * Raise warning if both input databases are the same
-  Update to 0.18.7:
    * Add missing library CFLAGS
    * Fix typo in aide.conf manual page
    * Fix 64-bit time_t on 32-bit architectures
    * Fix debug logging for returned attributes
    * Fix condition for error message of failing to open gzipped files
- rebased aide-0.18-as-needed.patch

OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=64
2024-08-15 14:44:11 +00:00

12 lines
399 B
Diff

diff -Ppru aide-0.18.8.orig/Makefile.am aide-0.18.8/Makefile.am
--- aide-0.18.8.orig/Makefile.am 2024-05-04 11:51:05.000000000 +0200
+++ aide-0.18.8/Makefile.am 2024-08-11 16:07:45.957348909 +0200
@@ -79,6 +79,7 @@ aide_CFLAGS = @AIDE_DEFS@ -W -Wall -g \
${XATTR_CFLAGS} \
${ZLIB_CFLAGS}
aide_LDADD = -lm \
+ ${LDFLAGS} \
${AUDIT_LIBS} \
${CAPABILITIES_LIBS} \
${CURL_LIBS} \