mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-01-18 09:15:56 +01:00
build: fix out-of-tree builds, again
Broken, again, by yours truly in bc11759dd1
("build: switch to
hiding libnotmuch symbols by default"). Reference notmuch.sym via
$(srctree).
This commit is contained in:
parent
ff6d3b6489
commit
eb29e26a99
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ LIBRARY_SUFFIX = so
|
||||||
LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)
|
LINKER_NAME = libnotmuch.$(LIBRARY_SUFFIX)
|
||||||
SONAME = $(LINKER_NAME).$(LIBNOTMUCH_VERSION_MAJOR)
|
SONAME = $(LINKER_NAME).$(LIBNOTMUCH_VERSION_MAJOR)
|
||||||
LIBNAME = $(SONAME).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE)
|
LIBNAME = $(SONAME).$(LIBNOTMUCH_VERSION_MINOR).$(LIBNOTMUCH_VERSION_RELEASE)
|
||||||
LIBRARY_LINK_FLAG = -shared -Wl,--version-script=$(lib)/notmuch.sym,-soname=$(SONAME) $(NO_UNDEFINED_LDFLAGS)
|
LIBRARY_LINK_FLAG = -shared -Wl,--version-script=$(srcdir)/$(lib)/notmuch.sym,-soname=$(SONAME) $(NO_UNDEFINED_LDFLAGS)
|
||||||
ifeq ($(PLATFORM),OPENBSD)
|
ifeq ($(PLATFORM),OPENBSD)
|
||||||
LIBRARY_LINK_FLAG += -lc
|
LIBRARY_LINK_FLAG += -lc
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue