[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#421757: marked as done (thttpd-util: Revert V_STATICFLAG patch)



Your message dated Sun, 01 Jan 2012 15:43:09 +0000
with message-id <E1RhNYz-0001dR-KF@franck.debian.org>
and subject line Bug#653752: Removed package(s) from unstable
has caused the Debian Bug report #421757,
regarding thttpd-util: Revert V_STATICFLAG patch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
421757: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421757
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: thttpd-util
Version: 2.23beta1-6
Severity: wishlist
Tags: patch
X-Debbugs-CC: era+debian@iki.fi

The .diff.gz contains a spurious change which was probably intended to
avoid compiling the CGI utilities statically.  However, the utilities
are not compiled statically by default in any event, and if you do want
to compile the utilities statically (which is required if you want to
use them with thttpd running under chroot), it is a hassle with this
rather spurious change.  Thus, I would like to suggest that this change
is backed out, and (perhaps even) that you document in debian/rules how
to actually compile the cgi-src/* stuff statically (i.e., debian/rules
build STATICFLAG=-static).

/* era */

-- 
If this were a real .signature, it would suck less.  Well, maybe not.

Wed Oct 25 22:03:02 EEST 2006  era+debian@iki.fi
  * era's patch to revert STATICFLAG removal from cgi-src/Makefile.in
diff -rN -u old-thttpd-apt-get-source/cgi-src/Makefile.in new-thttpd-apt-get-source/cgi-src/Makefile.in
--- old-thttpd-apt-get-source/cgi-src/Makefile.in	2007-05-01 13:18:01.000000000 +0300
+++ new-thttpd-apt-get-source/cgi-src/Makefile.in	2007-05-01 13:18:01.000000000 +0300
@@ -35,7 +35,7 @@
 DEFS =		@DEFS@
 INCLS =		-I..
 CFLAGS =	$(CCOPT) $(DEFS) $(INCLS)
-LDFLAGS =	@LDFLAGS@
+LDFLAGS =	@LDFLAGS@ @V_STATICFLAG@
 LIBS =		@LIBS@
 NETLIBS =	@V_NETLIBS@
 INSTALL =	@INSTALL@
@@ -51,15 +51,15 @@
 all:		redirect ssi phf
 
 redirect:	redirect.o
-	$(CC) $(LDFLAGS) redirect.o $(LIBS) -o redirect
+	$(CC) $(LDFLAGS) $(STATICFLAG) redirect.o $(LIBS) -o redirect
 
 ssi:		ssi.o ../match.o
-	$(CC) $(LDFLAGS) ssi.o ../match.o $(LIBS) -o ssi
+	$(CC) $(LDFLAGS) $(STATICFLAG) ssi.o ../match.o $(LIBS) -o ssi
 
 ssi.o:		../match.h
 
 phf:		phf.o
-	$(CC) $(LDFLAGS) phf.o $(LIBS) -o phf
+	$(CC) $(LDFLAGS) $(STATICFLAG) phf.o $(LIBS) -o phf
 
 strerror.o:
 	@rm -f strerror.o


--- End Message ---
--- Begin Message ---
Version: 2.25b-11+rm

Dear submitter,

as the package thttpd has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see http://bugs.debian.org/653752

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@debian.org.

Debian distribution maintenance software
pp.
Ansgar Burchardt (the ftpmaster behind the curtain)


--- End Message ---

Reply to: