- Update to 0.16.1 * Move to GitHub * Update documentation * Bug fixes - Upstream have moved to GitHub update URL and Source URLs accordingly - Refresh patch: aide-xattr-in-libc.patch - aide-0.16.1-as-needed.patch: replaces aide-0.16-as-needed.patch - Some cleanup of spec with spec-cleaner OBS-URL: https://build.opensuse.org/request/show/685865 OBS-URL: https://build.opensuse.org/package/show/security/aide?expand=0&rev=32
14 lines
562 B
Diff
14 lines
562 B
Diff
Index: aide-0.16/Makefile.am
|
|
===================================================================
|
|
--- aide-0.16.orig/Makefile.am
|
|
+++ aide-0.16/Makefile.am
|
|
@@ -55,7 +55,7 @@ if USE_CURL
|
|
aide_SOURCES += include/fopen.h src/fopen.c
|
|
endif
|
|
|
|
-aide_LDADD = -lm @PCRELIB@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@
|
|
+aide_LDADD = -lm @LDFLAGS@ @PCRELIB@ @CRYPTLIB@ @ACLLIB@ @SELINUXLIB@ @AUDITLIB@ @ATTRLIB@ @E2FSATTRSLIB@ @ELFLIB@
|
|
AM_CFLAGS = @AIDE_DEFS@ -W -Wall -g
|
|
AM_CPPFLAGS = -I$(top_srcdir) \
|
|
-I$(top_srcdir)/include \
|