summaryrefslogtreecommitdiff
path: root/homebrew/libu2fserver/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libu2fserver/.make.sh-auto')
-rw-r--r--homebrew/libu2fserver/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libu2fserver/.make.sh-auto b/homebrew/libu2fserver/.make.sh-auto
new file mode 100644
index 000000000..86ba637f1
--- /dev/null
+++ b/homebrew/libu2fserver/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+ENV["LIBSSL_LIBS"] = "-lssl -lcrypto -lz"
+ENV["LIBCRYPTO_LIBS"] = "-lcrypto -lz"
+ENV["PKG_CONFIG"] = "#{Formula["pkg-config"].opt_bin}/pkg-config"
+pkg:configure
+make DESTDIR=${PKG_DEST} install