summaryrefslogtreecommitdiff
path: root/libre/bfgminer-libre/remove-dangerous-rpath.patch
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 00:18:50 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-22 00:18:50 -0600
commitb8ca2c30f3805e3c697b689f41e7c3f57a9f2c8e (patch)
tree5ea72d41d0f6799dd6b2123703133a860810a023 /libre/bfgminer-libre/remove-dangerous-rpath.patch
parentbbbfa15c7556da095dba31c83f2a73bc2aaa2009 (diff)
parentfed8f532d64588f7ef94befe5b6c8c84eb3b4430 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'libre/bfgminer-libre/remove-dangerous-rpath.patch')
-rw-r--r--libre/bfgminer-libre/remove-dangerous-rpath.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/libre/bfgminer-libre/remove-dangerous-rpath.patch b/libre/bfgminer-libre/remove-dangerous-rpath.patch
index a2bcfc87b..b56cb21ba 100644
--- a/libre/bfgminer-libre/remove-dangerous-rpath.patch
+++ b/libre/bfgminer-libre/remove-dangerous-rpath.patch
@@ -1,11 +1,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
+--- configure.ac.orig
++++ configure.ac
+@@ -514,7 +514,7 @@
+ ])
+ else
+ libblkmaker_CFLAGS='-Ilibblkmaker'
+- libblkmaker_LDFLAGS='-Llibblkmaker/.libs -Wl,-rpath,libblkmaker/.libs'
++ libblkmaker_LDFLAGS='-Llibblkmaker/.libs'
+ libblkmaker_LIBS='-lblkmaker_jansson-0.1 -lblkmaker-0.1'
+ AC_CONFIG_SUBDIRS([libblkmaker])
+ fi