blob: a2bcfc87b7c4e8a3ca09107a3741339336e75fad (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- Makefile.am.orig
+++ Makefile.am
@@ -38,7 +38,7 @@
if NEED_LIBBLKMAKER
SUBDIRS += libblkmaker
bfgminer_CPPFLAGS += -Ilibblkmaker
-bfgminer_LDFLAGS += -Llibblkmaker/.libs -Wl,-rpath,libblkmaker/.libs
+bfgminer_LDFLAGS += -Llibblkmaker/.libs
bfgminer_LDADD += -lblkmaker_jansson-0.1 -lblkmaker-0.1
if HAVE_CYGWIN
|