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 | |
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')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/urweb.1 | 4 |
2 files changed, 3 insertions, 4 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 diff --git a/debian/urweb.1 b/debian/urweb.1 index 7df6cd8d..0419c83a 100644 --- a/debian/urweb.1 +++ b/debian/urweb.1 @@ -262,9 +262,7 @@ you must do that yourself. .TP \fB\-static\fP -Instructs \fBurweb\fP to statically link the generated executable with the -Ur/Web runtime system. Note, however, that the executable will still be -dynamically linked with any other supporting libraries (e.g., OpenSSL). +Instructs \fBurweb\fP to statically link the generated executable. .TP \fB\-timing\fP |