diff options
| author | Roy Marples <roy@marples.name> | 2016-11-04 15:37:43 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2016-11-04 15:37:43 +0000 |
| commit | 37dc166b9c0eda0b09a24004f1d9986e13371241 (patch) | |
| tree | a493fbda38500d92cff9afc6fde8d2df8f7afdc3 /configure | |
| parent | 609ea901d1cc8388776822b5803ee1c4a7f1baf4 (diff) | |
| download | dhcpcd-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-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
