You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/blis/files/blis-0.6.0-rpath.patch

14 lines
384 B

diff --git a/common.mk b/common.mk
index ef0acfb..e1ce31d 100644
--- a/common.mk
+++ b/common.mk
@@ -527,7 +527,7 @@ LIBBLIS_L := $(LIBBLIS_SO)
LIBBLIS_LINK := $(LIBBLIS_SO_PATH)
ifeq ($(IS_WIN),no)
# For Linux and OS X: set rpath property of shared object.
-LDFLAGS += -Wl,-rpath,$(BASE_LIB_PATH)
+#LDFLAGS += -Wl,-rpath,$(BASE_LIB_PATH)
endif
endif
endif