mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #11959 from neheb/ipfs
ipfs-http-client: fix compilation of tests
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ipfs-http-client
|
PKG_NAME:=ipfs-http-client
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>
|
PKG_MAINTAINER:=Leonid Esman <leonid.esman@gmail.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
@@ -57,7 +57,7 @@ endef
|
|||||||
|
|
||||||
CMAKE_OPTIONS += \
|
CMAKE_OPTIONS += \
|
||||||
-DBUILD_SHARED_LIBS=ON \
|
-DBUILD_SHARED_LIBS=ON \
|
||||||
-DENABLE_TESTING=ON
|
-DBUILD_TESTING=ON
|
||||||
|
|
||||||
define Package/libipfs-http-client/install
|
define Package/libipfs-http-client/install
|
||||||
$(INSTALL_DIR) $(1)/usr/lib
|
$(INSTALL_DIR) $(1)/usr/lib
|
||||||
|
|||||||
Reference in New Issue
Block a user