Makefile.am.patch 419 B

1234567891011
  1. --- a/Makefile.am 2013-04-06 14:46:37.955969119 +0200
  2. +++ b/Makefile.am 2013-04-06 14:46:51.394965657 +0200
  3. @@ -38,7 +38,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_jansson-0.1 -lblkmaker-0.1
  10. if HAVE_CYGWIN