Skip to content

Commit

Permalink
Version 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
grosjo committed Feb 20, 2022
1 parent 4332b88 commit 142d1e4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ configure~
/run-test.sh
/PACKAGES/RPM/fedora

/PACKAGES/RPM/fedora

/PACKAGES/RPM/fedora

src/*.o
src/*.lo
src/*.la
Expand Down
Binary file removed PACKAGES/RPM/dovecot-fts-xapian-1.5.2-1.fc35.src.rpm
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ AM_CPPFLAGS = -O2 \
$(XAPIAN_INCLUDE) \
$(THREE_ARGS) \
$(ICU_CFLAGS) \
$(SQLITE3_CFLAGS)
$(SQLITE_CFLAGS)

AM_CXXFLAGS = -std=gnu++11
$(AM_CPPFLAGS) \
$(SQLITE3_LIBS) \
$(SQLITE_LIBS) \
$(XAPIAN_LIBS) \
$(ICU_LIBS) \
-Wl,-rpath=$(ICU_LDFLAGS)
Expand All @@ -20,7 +20,7 @@ lib21_fts_xapian_plugin_la_LDFLAGS = -module -avoid-version

module_LTLIBRARIES = lib21_fts_xapian_plugin.la

lib21_fts_xapian_plugin_la_LIBADD = $(XAPIAN_LIBS) $(ICU_LIBS) $(SQLITE3_LIBS)
lib21_fts_xapian_plugin_la_LIBADD = $(XAPIAN_LIBS) $(ICU_LIBS) $(SQLITE_LIBS)

lib21_fts_xapian_plugin_la_SOURCES = \
fts-xapian-plugin.c \
Expand Down

0 comments on commit 142d1e4

Please sign in to comment.