X-Git-Url: http://www.average.org/gitweb/?p=pdns-pipe-nmc.git;a=blobdiff_plain;f=build;h=319e038d4041bdf6992342cf6332bde4b05c6e1d;hp=a2eb755c07744f713ab5983a1166e8107def619a;hb=d48c4643bc2c0cd64bea3b8a128a93e0d6cef968;hpb=0d5455fec0ff7ed6ee7039ff35ccdb360bb074cd diff --git a/build b/build index a2eb755..319e038 100755 --- 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) ;;