|
@@ -11,13 +11,8 @@ RESTORECOND_LICENSE_FILES = LICENSE
|
|
|
|
|
|
RESTORECOND_DEPENDENCIES = libglib2 libsepol libselinux dbus-glib
|
|
RESTORECOND_DEPENDENCIES = libglib2 libsepol libselinux dbus-glib
|
|
|
|
|
|
-# Undefining _FILE_OFFSET_BITS here because of a "bug" with glibc fts.h
|
|
|
|
-# large file support.
|
|
|
|
-# See https://bugzilla.redhat.com/show_bug.cgi?id=574992 for more information
|
|
|
|
RESTORECOND_MAKE_OPTS += \
|
|
RESTORECOND_MAKE_OPTS += \
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
$(TARGET_CONFIGURE_OPTS) \
|
|
- CFLAGS="$(TARGET_CFLAGS) -U_FILE_OFFSET_BITS" \
|
|
|
|
- CPPFLAGS="$(TARGET_CPPFLAGS) -U_FILE_OFFSET_BITS" \
|
|
|
|
ARCH="$(BR2_ARCH)"
|
|
ARCH="$(BR2_ARCH)"
|
|
|
|
|
|
# We need to pass DESTDIR at build time because it's used by
|
|
# We need to pass DESTDIR at build time because it's used by
|