summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2016-11-04 15:37:43 +0000
committerRoy Marples <roy@marples.name>2016-11-04 15:37:43 +0000
commit37dc166b9c0eda0b09a24004f1d9986e13371241 (patch)
treea493fbda38500d92cff9afc6fde8d2df8f7afdc3 /configure
parent609ea901d1cc8388776822b5803ee1c4a7f1baf4 (diff)
downloaddhcpcd-37dc166b9c0eda0b09a24004f1d9986e13371241.tar.xz
make distinfo now produces a .distinfo file which contains checksum(s) of
the dist file. This distinfo file is then signed with a PGP key.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 602560e2..19c17131 100755
--- a/configure
+++ b/configure
@@ -429,6 +429,9 @@ linux*)
echo "#include <asm/types.h> /* fix broken headers */" >>$CONFIG_H
echo "#include <sys/socket.h> /* fix broken headers */" >>$CONFIG_H
echo "#include <linux/rtnetlink.h>" >>$CONFIG_H
+ # cksum does't support -a and netpgp is rare
+ echo "CKSUM= sha256sum --tag" >>$CONFIG_MK
+ echo "PGP= gpg2" >>$CONFIG_MK
;;
qnx*)
echo "CPPFLAGS+= -D__EXT" >>$CONFIG_MK