From 8753b9defa14bdc320ccb3b57b01a4ee7b81df00 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 30 Oct 2010 12:55:09 -0700 Subject: configure: Test for flag to set rpath This is better than the previous approach which had a hardcoded Linux-specific value in the Makefile. --- Makefile.local | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile.local') 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) -- cgit v1.2.3