From: Matthias Schiffer Date: Sat, 31 Mar 2018 13:08:23 +0000 (+0200) Subject: ldbus: remove nonshared flag X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=16930779a972e24799f8db188ffc4d98aae6adad;p=feed%2Fpackages.git ldbus: remove nonshared flag As confirmed by the maintainer, the flag was not added intentionally. Signed-off-by: Matthias Schiffer --- 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