From 343a7d20c64b5d5487e735b31d56f26764a9a957 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 6 Jul 2015 00:35:09 -0400 Subject: Update manual page information on '-static' Turns out '-static' passes the '-static' flag to GCC too, so you get a completely statically linked binary. --- debian/changelog | 3 ++- debian/urweb.1 | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'debian') 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 Mon, 06 Jul 2015 00:32:38 -0400 + -- Benjamin Barenblat 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 -- cgit v1.2.3