From: Rosen Penev Date: Mon, 26 Feb 2024 20:40:14 +0000 (-0800) Subject: shairport-sync: get rid of libstdcpp X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bd591fb7b00db5887a412d5f281c00a558f57dc8;p=openwrt-packages.git shairport-sync: get rid of libstdcpp --as-needed gets rid of it apparently. Remove empty patch. Signed-off-by: Rosen Penev --- diff --git a/sound/shairport-sync/Makefile b/sound/shairport-sync/Makefile index 8a490b983..485071392 100644 --- a/sound/shairport-sync/Makefile +++ b/sound/shairport-sync/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shairport-sync PKG_VERSION:=4.3.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/mikebrady/shairport-sync/tar.gz/$(PKG_VERSION)? @@ -29,7 +29,7 @@ define Package/shairport-sync/default SECTION:=sound CATEGORY:=Sound TITLE:=AirPlay compatible audio player - DEPENDS:=@AUDIO_SUPPORT +libpthread +alsa-lib +libconfig +libdaemon +libpopt +libstdcpp +libplist +libsodium +libgcrypt +libffmpeg-full +libuuid +nqptp + DEPENDS:=@AUDIO_SUPPORT +libpthread +alsa-lib +libconfig +libdaemon +libpopt +libplist +libsodium +libgcrypt +libffmpeg-full +libuuid +nqptp PROVIDES:=shairport-sync URL:=https://github.com/mikebrady/shairport-sync endef @@ -96,6 +96,8 @@ else CONFIGURE_ARGS+= --with-avahi --with-soxr endif +TARGET_LDFLAGS += -Wl,--as-needed + define Package/shairport-sync/default/conffiles /etc/config/shairport-sync /etc/shairport-sync.conf diff --git a/sound/shairport-sync/patches/010-no-cxx.patch b/sound/shairport-sync/patches/010-no-cxx.patch deleted file mode 100644 index e69de29bb..000000000