Merge pull request #11199 from neheb/meas
measurement-kit: Fix compilation with uClibc-ng
This commit is contained in:
commit
f49ce6b9f8
1 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=measurement-kit
|
PKG_NAME:=measurement-kit
|
||||||
PKG_VERSION:=0.10.9
|
PKG_VERSION:=0.10.9
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=https://codeload.github.com/measurement-kit/measurement-kit/tar.gz/v$(PKG_VERSION)?
|
PKG_SOURCE_URL:=https://codeload.github.com/measurement-kit/measurement-kit/tar.gz/v$(PKG_VERSION)?
|
||||||
|
@ -39,6 +39,8 @@ endef
|
||||||
|
|
||||||
CONFIGURE_ARGS+= --with-ca-bundle=/etc/ssl/cert.pem
|
CONFIGURE_ARGS+= --with-ca-bundle=/etc/ssl/cert.pem
|
||||||
|
|
||||||
|
TARGET_CFLAGS += $(if $(CONFIG_USE_UCLIBC),-DCATCH_CONFIG_GLOBAL_NEXTAFTER)
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
( cd $(PKG_BUILD_DIR); ./autogen.sh )
|
( cd $(PKG_BUILD_DIR); ./autogen.sh )
|
||||||
$(call Build/Configure/Default)
|
$(call Build/Configure/Default)
|
||||||
|
|
Loading…
Reference in a new issue