| Anonymous | Login | Signup for a new account | 11-10-2008 10:58 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 | ||||
| 0000724 | [buildroot] Architecture Specific | minor | always | 02-17-06 03:14 | 02-12-07 05:43 | ||||
| Reporter | sblaisot | View Status | public | ||||||
| Assigned To | buildroot | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0000724: dialog package in 20060217 snapshot doesn't build | ||||||||
| Description |
the dialog package, even if selected during configuration, doesn't build properly and doesn't appear in the target. make dialog, just after the make command, solves the problem. Looks like the "dialog" target is not added even if the package was selected. below is a proposed patch |
||||||||
| Additional Information |
diff -Nur buildroot.orig/package/dialog/dialog.mk buildroot/package/dialog/dialog.mk --- buildroot.orig/package/dialog/dialog.mk 2006-02-17 12:00:44.000000000 +0100 +++ buildroot/package/dialog/dialog.mk 2006-02-17 12:01:24.000000000 +0100 @@ -56,3 +56,11 @@ dialog-dirclean: rm -rf $(DIALOG_DIR) +############################################################# +# +# Toplevel Makefile options +# +############################################################# +ifeq ($(strip $(BR2_PACKAGE_DIALOG)),y) +TARGETS+=dialog +endif |
||||||||
| Attached Files | |||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |