mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
bonnie++: Remove several pointless options
Needed for libcxx compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=bonnie++
|
PKG_NAME:=bonnie++
|
||||||
PKG_VERSION:=1.98
|
PKG_VERSION:=1.98
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
|
||||||
PKG_SOURCE_URL:=https://www.coker.com.au/bonnie++/
|
PKG_SOURCE_URL:=https://www.coker.com.au/bonnie++/
|
||||||
@@ -38,11 +38,7 @@ define Package/bonniexx/description
|
|||||||
tests of hard drive and file system performance.
|
tests of hard drive and file system performance.
|
||||||
endef
|
endef
|
||||||
|
|
||||||
ifeq ($(CONFIG_USE_UCLIBCXX),y)
|
TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -fno-rtti -flto
|
||||||
TARGET_LDFLAGS += -nodefaultlibs
|
|
||||||
endif
|
|
||||||
|
|
||||||
TARGET_CXXFLAGS += -ffunction-sections -fdata-sections -fno-rtti -flto -std=c++98
|
|
||||||
|
|
||||||
define Package/bonniexx/install
|
define Package/bonniexx/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
|
|||||||
Reference in New Issue
Block a user