]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - build
Merge branch 'master' of ssh://git.average.org/~/pdns-pipe-nmc
[pdns-pipe-nmc.git] / build
diff --git a/build b/build
index d42537412a97b9a7019c561ce2e553e0fc2c78e5..319e038d4041bdf6992342cf6332bde4b05c6e1d 100755 (executable)
--- a/build
+++ b/build
@@ -1,9 +1,13 @@
 #!/bin/sh
 
 file="pdns-pipe-nmc"
-sfx="`uname -m`,`date +%Y-%m-%d`.git-`git rev-parse --verify HEAD | cut -c 1-7`"
+sfx="linux-glibc6.`uname -m`.`date +%Y-%m-%d`.git-`git rev-parse --verify HEAD | cut -c 1-7`"
 echo "Making $file.$sfx"
 
+# tried this:
+#ghc --make -static -optc-static -optl-shared-libgcc -optl-static -optl-pthread
+# but cannot make it "only glibc is shared". And with static glibc,
+# getaddrinfo does not work on systems with different glibc.
 ghc --make "$file"
 case $? in
 0) ;;