Skip to content

Commit

Permalink
openprs-agent: build OpenPRS modules without SOVER
Browse files Browse the repository at this point in the history
Setting the SO version is not necessary for the modules and creating the
symlinks is confusing, rather than helping. Additionally, that leads to
wrong provides and includes during RPM generation.

Therefore, exempt OpenPRS modules from SOVER setting.
  • Loading branch information
timn committed Feb 1, 2017
1 parent c23cfa8 commit 440761c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/openprs-agent/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ OBJS_all = $(OBJS_openprs_agent) $(OBJS_openprs_mod_skiller) \
INST_LIB_SUBDIR_openprs_mod_skiller = $(FFLIBSUBDIR)
INST_LIB_SUBDIR_openprs_mod_protobuf = $(FFLIBSUBDIR)
INST_LIB_SUBDIR_openprs_mod_navgraph = $(FFLIBSUBDIR)
NOSOVER_openprs_mod_skiller = 1
NOSOVER_openprs_mod_protobuf = 1
NOSOVER_openprs_mod_navgraph = 1

# Extra files for system-wide install, i.e., "make install"
FILES_openprs_files = $(subst $(SRCDIR)/,,$(wildcard $(addprefix $(SRCDIR)/data/,*.opf *.inc *.sym)))
Expand Down

0 comments on commit 440761c

Please sign in to comment.