Bug 4129 - Cannot compile busybox - fails because match_fstype was not found in libbb/lib.a
Summary: Cannot compile busybox - fails because match_fstype was not found in libbb/lib.a
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.19.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-03 11:44 UTC by Vesa Jääskeläinen
Modified: 2011-09-09 22:48 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Patch to fix compilation problem with 1.19.1 (980 bytes, application/octet-stream)
2011-09-03 11:44 UTC, Vesa Jääskeläinen
Details

Note You need to log in before you can comment on or make changes to this bug.
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.