Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libsigc++: Update to 2.10.1 #7671

Merged
merged 1 commit into from
Dec 15, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 12 additions & 10 deletions libs/libsigc++/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libsigc++
PKG_VERSION:=2.5.4
PKG_VERSION:=2.10.1
PKG_RELEASE:=1

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@GNOME/libsigc++/2.5
PKG_HASH:=ecf55f53d6058ba6e41985b862f2e95fb5c2b31c008caa16984e790547337ea7
PKG_MAINTAINER:=Steven Barth <[email protected]>
PKG_LICENSE:=LGPL-2.1
PKG_SOURCE_URL:=@GNOME/libsigc++/2.10
PKG_HASH:=c9a25f26178c6cbb147f9904d8c533b5a5c5111a41ac2eb781eb734eea446003

PKG_MAINTAINER:=Rosen Penev <[email protected]>
PKG_LICENSE:=LGPL-3.0+
PKG_LICENSE_FILES:=COPYING

PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1

include $(INCLUDE_DIR)/package.mk
Expand All @@ -36,14 +39,13 @@ define Package/libsigcxx/description
whether it is static or virtual.
endef

TARGET_CFLAGS += $(FPIC)

TARGET_CPPFLAGS += \
-fno-strict-aliasing -fno-inline \

CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
--disable-benchmark \
--disable-documentation \
--disable-deprecated-api \
--disable-warnings

define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include
Expand Down
22 changes: 0 additions & 22 deletions libs/libsigc++/patches/001-no_doc_tests_examples.patch

This file was deleted.