diff options
Diffstat (limited to 'homebrew/sdhash/.make.sh-auto')
-rw-r--r-- | homebrew/sdhash/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/sdhash/.make.sh-auto b/homebrew/sdhash/.make.sh-auto new file mode 100644 index 000000000..004278df3 --- /dev/null +++ b/homebrew/sdhash/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "Makefile" do |s| +s.change_make_var! "LDFLAGS", "-L. -L./external/stage/lib -lboost_regex -lboost_system -lboost_filesystem " \ +"-lboost_program_options -lc -lm -lcrypto -lboost_thread -lpthread" |