mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #1540 from thess/knxd-fix
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
This commit is contained in:
+3
-3
@@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=knxd
|
PKG_NAME:=knxd
|
||||||
PKG_VERSION=2015-06-27-$(PKG_SOURCE_VERSION)
|
PKG_VERSION=2015-06-27-$(PKG_SOURCE_VERSION)
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/knxd/knxd.git
|
PKG_SOURCE_URL:=https://github.com/knxd/knxd.git
|
||||||
@@ -38,7 +38,7 @@ define Package/knxd
|
|||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
TITLE:=EIB KNX daemon
|
TITLE:=EIB KNX daemon
|
||||||
DEPENDS:=+pthsem +libusb-1.0
|
DEPENDS:=+pthsem +libusb-1.0 +libstdcpp
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/knxd/description
|
define Package/knxd/description
|
||||||
@@ -86,7 +86,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--without-libstdc
|
--without-libstdc
|
||||||
|
|
||||||
EXTRA_LDFLAGS+= \
|
EXTRA_LDFLAGS+= \
|
||||||
-fno-builtin -nodefaultlibs -lc -lgcc
|
-fno-builtin -largp
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
|||||||
Reference in New Issue
Block a user