| Anonymous | Login | Signup for a new account | 11-10-2008 11:00 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0000813 | [buildroot] Other | minor | always | 04-04-06 06:27 | 02-12-07 05:46 | ||||
| Reporter | will_newton | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000813: 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 |
||||||||
| Additional Information | |||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |