Makefile.am.patch 408 B

1234567891011
  1. --- a/Makefile.am 2013-04-04 18:03:03.676180429 +0200
  2. +++ b/Makefile.am 2013-04-04 18:03:28.760195976 +0200
  3. @@ -36,7 +36,7 @@
  4. if NEED_LIBBLKMAKER
  5. SUBDIRS += libblkmaker
  6. bfgminer_CPPFLAGS += -Ilibblkmaker
  7. -bfgminer_LDFLAGS += -Llibblkmaker/.libs -Wl,-rpath,libblkmaker/.libs
  8. +bfgminer_LDFLAGS += -Llibblkmaker/.libs
  9. bfgminer_LDADD += -lblkmaker-0.1 -lblkmaker_jansson-0.1
  10. if HAVE_CYGWIN