|
@@ -26,6 +26,7 @@ BOINC_CONF_ENV = \
|
|
BOINC_CONF_OPTS = \
|
|
BOINC_CONF_OPTS = \
|
|
--disable-apps \
|
|
--disable-apps \
|
|
--disable-boinczip \
|
|
--disable-boinczip \
|
|
|
|
+ --disable-fcgi \
|
|
--disable-manager \
|
|
--disable-manager \
|
|
--disable-server \
|
|
--disable-server \
|
|
--enable-client \
|
|
--enable-client \
|
|
@@ -38,13 +39,6 @@ ifeq ($(BR2_PACKAGE_FREETYPE),y)
|
|
BOINC_DEPENDENCIES += freetype
|
|
BOINC_DEPENDENCIES += freetype
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_LIBFCGI),y)
|
|
|
|
-BOINC_DEPENDENCIES += libfcgi
|
|
|
|
-BOINC_CONF_OPTS += --enable-fcgi
|
|
|
|
-else
|
|
|
|
-BOINC_CONF_OPTS += --disable-fcgi
|
|
|
|
-endif
|
|
|
|
-
|
|
|
|
BOINC_MAKE_OPTS = CXXFLAGS="$(TARGET_CXXFLAGS) -std=c++11"
|
|
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
|