From 16930779a972e24799f8db188ffc4d98aae6adad Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 31 Mar 2018 15:08:23 +0200 Subject: [PATCH] ldbus: remove nonshared flag As confirmed by the maintainer, the flag was not added intentionally. Signed-off-by: Matthias Schiffer --- lang/ldbus/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lang/ldbus/Makefile b/lang/ldbus/Makefile index 4c2d2d8d7a..a0500a64fa 100644 --- a/lang/ldbus/Makefile +++ b/lang/ldbus/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ldbus -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MIRROR_HASH:=0e39a80e126a77a937226e49ae0246e1fd4600a03dee6bdee5ac822963a234e1 PKG_SOURCE_PROTO:=git @@ -17,8 +17,6 @@ PKG_SOURCE_URL=https://github.com/daurnimator/ldbus PKG_MAINTAINER:=Enrico Mioso PKG_LICENSE:=MIT -PKG_FLAGS := nonshared - PKG_BUILD_DEPENDS:=luarocks/host include $(INCLUDE_DIR)/package.mk