|
@@ -39,7 +39,12 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|
BOINC_DEPENDENCIES += freetype
|
|
BOINC_DEPENDENCIES += freetype
|
|
endif
|
|
endif
|
|
|
|
|
|
-BOINC_MAKE_OPTS = CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_LIBEXECINFO),y)
|
|
|
|
+BOINC_DEPENDENCIES += libexecinfo
|
|
|
|
+BOINC_MAKE_OPTS += LIBS="-lexecinfo"
|
|
|
|
+endif
|
|
|
|
+
|
|
|
|
+BOINC_MAKE_OPTS += CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
|
|
|
|
|
# Remove boinc-client because it is incompatible with buildroot
|
|
# Remove boinc-client because it is incompatible with buildroot
|
|
define BOINC_REMOVE_UNNEEDED_FILE
|
|
define BOINC_REMOVE_UNNEEDED_FILE
|