[buildroot 0000813]: thttpd install fails

bugs at busybox.net bugs at busybox.net
Thu Apr 6 17:48:12 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=813 
====================================================================== 
Reported By:                will_newton
Assigned To:                uClibc
====================================================================== 
Project:                    buildroot
Issue ID:                   813
Category:                   Other
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 fixed
Fixed in Version:           
====================================================================== 
Date Submitted:             04-04-2006 06:27 PDT
Last Modified:              04-06-2006 10:48 PDT
====================================================================== 
Summary:                    thttpd install fails
Description: 
The thttpd makefile is broken. The following patch allows it to build.

diff -u -r1.1.1.1 thttpd.mk
--- package/thttpd/thttpd.mk    10 Mar 2006 14:47:05 -0000      1.1.1.1
+++ package/thttpd/thttpd.mk    4 Apr 2006 13:27:04 -0000
@@ -40,7 +40,7 @@
        install -D $(THTTPD_DIR)/extras/htpasswd
$(TARGET_DIR)/bin/htpasswd
        install -D $(THTTPD_DIR)/extras/makeweb $(TARGET_DIR)/bin/makeweb
        install -D $(THTTPD_DIR)/extras/syslogtocern
$(TARGET_DIR)/bin/syslogtocern
-       install -D $(THTTPD_DIR)/scripts/thttpd_wrapper
$(TARGET_DIR)/sbin
+       install -D $(THTTPD_DIR)/scripts/thttpd_wrapper
$(TARGET_DIR)/sbin/thttpd_wrapper
        install -D $(THTTPD_DIR)/scripts/thttpd.sh
$(TARGET_DIR)/etc/init.d/S90thttpd
        cp $(TARGET_DIR)/etc/init.d/S90thttpd
$(TARGET_DIR)/etc/init.d/S90thttpd.in
        cp $(TARGET_DIR)/sbin/thttpd_wrapper
$(TARGET_DIR)/sbin/thttpd_wrapper.in

====================================================================== 

---------------------------------------------------------------------- 
 andersen - 04-06-06 10:48  
---------------------------------------------------------------------- 
applied thanks 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
04-04-06 06:27  will_newton    New Issue                                    
04-04-06 06:27  will_newton    Status                   new => assigned     
04-04-06 06:27  will_newton    Assigned To               => uClibc          
04-06-06 10:48  andersen       Note Added: 0001229                          
04-06-06 10:48  andersen       Status                   assigned => closed  
04-06-06 10:48  andersen       Resolution               open => fixed       
04-06-06 10:48  andersen       Description Updated                          
======================================================================




More information about the uClibc-cvs mailing list