diff options
| author | Dave Olson <olson@cumulusnetworks.com> | 2016-08-19 23:57:42 -0700 |
|---|---|---|
| committer | Dave Olson <olson@cumulusnetworks.com> | 2016-10-06 14:20:11 -0700 |
| commit | 3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d (patch) | |
| tree | 4f2427bfc276ed768a462e91903b094ed68b0fd4 /debian/copyright | |
| parent | 678de9b4ac465247ac41d7018dea883d11e97e58 (diff) | |
| download | libnss-tacplus-3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d.tar.gz libnss-tacplus-3279fbbb9e0f3744623fbb6a2d658d6ff5ab3f0d.zip | |
Fix 32-bit system build error
size_t is only an int on 32 bit ARM, so %ld gives an error. Add a cast.
Diffstat (limited to 'debian/copyright')
| -rw-r--r-- | debian/copyright | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 7583e7a..0cca9f3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: libnss-tacplus -Homepage: http://cumulusnetworks.com +Source: http://www.cumulusnetworks.com Files: * Copyright: 2010 Pawel Krawczyk <pawel.krawczyk@hush.com> and Jeroen Nijhof <jeroen@jeroennijhof.nl>, |
