[Bug 775] New: compile error with custom libselinux header files

bugzilla at busybox.net bugzilla at busybox.net
Fri Dec 4 03:44:22 UTC 2009


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

           Summary: compile error with custom libselinux header files
           Product: Busybox
           Version: 1.15.x
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P4
         Component: Other
        AssignedTo: unassigned at busybox.net
        ReportedBy: nospam+busybox at jtang.org
                CC: busybox-cvs at busybox.net
   Estimated Hours: 0.0


On the latest stable release of BusyBox, there is a potential error when
compiling applet_tables.c.  If SELinux is enabled and the libselinux header
files are not in a standard location (e.g., /usr/include), those header files
will not be found as part of the #include of libbb.h.  The compile command (as
evidenced by running make V=1) ignores attempts at passing a -I flag, either
through CFLAGS or EXTRA_CFLAGS.  The only solution I could find was to edit
libbb.h and use fully-qualified pathnames to those libselinux header files.


-- 
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