ola: fix compilation of this package
[feed/packages.git] / net / ola / Makefile
index 0e457ab0e91e6ea88224fbdd6153e3c0979d4f87..a33cc518f0bdd242e664817b1eb3ed4418771181 100644 (file)
@@ -55,7 +55,6 @@ CONFIGURE_ARGS += \
 
 HOST_CONFIGURE_ARGS += \
        --disable-all-plugins \
-       --disable-slp \
        --disable-osc \
        --disable-uart \
        --disable-libusb \
@@ -68,9 +67,6 @@ HOST_CONFIGURE_ARGS += \
 HOST_CPPFLAGS += \
        -std=gnu++11
 
-CONFIGURE_VARS += \
-       require_gnu_plus_plus_11=yes
-
 HOST_LDFLAGS += -Wl,-rpath$(comma)$(STAGING_DIR_HOSTPKG)/lib
 TARGET_LDFLAGS += $(if $(CONFIG_USE_GLIBC),-lm)