Bug 715

Summary: Bump libidn package to 1.15 and other fixes
Product: buildroot Reporter: Gustavo Zacarias <gustavo>
Component: Outdated packageAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: i686-linux Target: arm-softfloat-linux-uclibcgnueabi
Build:
Bug Depends on:    
Bug Blocks: 717    
Attachments: Bump libidn package to 1.15
Update Config.in to fulfill LIBIDN_BINARY

Description Gustavo Zacarias 2009-11-13 15:23:42 UTC
Created attachment 747 [details]
Bump libidn package to 1.15

Bump libidn package to 1.15 and other fixes:
* Add target uninstall.
* Remove stray /usr/share/emacs files.
* Remove stray mono (host, autodetected) dll installation in $(TARGET_DIR)/usr/lib by disabling C# altogether.
* Disable java.
* Add new option to install idn binary (default N, usually not required).
Comment 1 Peter Korsgaard 2009-11-15 22:42:12 UTC
Thanks, committed - But you forgot to add a kconfig option for BR2_PACKAGE_LIBIDN_BINARY - Care to send a followup patch adding it?
Comment 2 Gustavo Zacarias 2009-11-16 12:36:08 UTC
Created attachment 753 [details]
Update Config.in to fulfill LIBIDN_BINARY

Sure, i care ;-)
Here it is, probably forgot to update Config.in before making the previous patch.
Comment 3 Peter Korsgaard 2009-11-16 15:00:20 UTC
Thanks, committed. Could you in the future please use the -s option to git format-patch to add your signed-off-by to the patches?