Bug 4129

Summary: Cannot compile busybox - fails because match_fstype was not found in libbb/lib.a
Product: Busybox Reporter: Vesa Jääskeläinen <dachaac>
Component: OtherAssignee: unassigned
Status: RESOLVED FIXED    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.19.x   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:
Attachments: Patch to fix compilation problem with 1.19.1

Description Vesa Jääskeläinen 2011-09-03 11:44:46 UTC
Created attachment 3559 [details]
Patch to fix compilation problem with 1.19.1

Commit cc272b06eefb87030bb85b686abdbc22b5ed1c34 added #ifdef protection in match_fstype.c. However first #ifdef was in wrong place in order for HAVE_MNTENT_H to have any effect on compilation.

Attached patch fixes this problem and allows busybox to be compiled.
Comment 1 Denys Vlasenko 2011-09-09 22:48:19 UTC
Already fixed in git.