X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;h=cbc0e077039019e2c8afcde60b829d73942d66b4;hp=971ddd523f5d9272461ed02531c10cbd0a72d49e;hb=8753b9defa14bdc320ccb3b57b01a4ee7b81df00;hpb=b802c18d3b9b0a2f5909e4c92ef7d6e7db234825 diff --git a/Makefile.local b/Makefile.local index 971ddd52..cbc0e077 100644 --- a/Makefile.local +++ b/Makefile.local @@ -37,10 +37,8 @@ ifneq ($(LINKER_RESOLVES_LIBRARY_DEPENDENCIES),1) FINAL_NOTMUCH_LDFLAGS += $(CONFIGURE_LDFLAGS) FINAL_NOTMUCH_LINKER = CXX endif -ifeq ($(PLATFORM),LINUX) ifeq ($(LIBDIR_IN_LDCONFIG),0) -FINAL_NOTMUCH_LDFLAGS += -Wl,--enable-new-dtags -Wl,-rpath,$(libdir) -endif +FINAL_NOTMUCH_LDFLAGS += $(RPATH_LDFLAGS) endif FINAL_LIBNOTMUCH_LDFLAGS = $(LDFLAGS) $(CONFIGURE_LDFLAGS)