[Bug 4129] New: Cannot compile busybox - fails because match_fstype was not found in libbb/lib.a

bugzilla at busybox.net bugzilla at busybox.net
Sat Sep 3 11:44:47 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4129

           Summary: Cannot compile busybox - fails because match_fstype
                    was not found in libbb/lib.a
           Product: Busybox
           Version: 1.19.x
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: dachaac at gmail.com
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


Created attachment 3559
  --> https://bugs.busybox.net/attachment.cgi?id=3559
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.

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list