diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-06 00:35:09 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-07-06 00:35:09 -0400 |
commit | 343a7d20c64b5d5487e735b31d56f26764a9a957 (patch) | |
tree | ad2056220ff52107bd941b6d4e3d39ec883346f5 /debian/changelog | |
parent | c6ced60ed22101d74fa762478545b3d29de88e31 (diff) |
Update manual page information on '-static'
Turns out '-static' passes the '-static' flag to GCC too, so you get a
completely statically linked binary.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index a0e30d19..c7a888ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ urweb (20150520+dfsg-1) unstable; urgency=medium * New upstream release. * Make static linking work on multiarch systems. (Closes: #791551) + * Correct manual page with respect to the behaviour of the -static flag. - -- Benjamin Barenblat <bbaren@mit.edu> Mon, 06 Jul 2015 00:32:38 -0400 + -- Benjamin Barenblat <bbaren@mit.edu> Mon, 06 Jul 2015 00:34:39 -0400 urweb (20150412+dfsg-1) unstable; urgency=medium |