aboutsummaryrefslogtreecommitdiff
path: root/lang/ldbus
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2018-03-31 15:08:23 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2018-03-31 15:08:23 +0200
commit16930779a972e24799f8db188ffc4d98aae6adad (patch)
tree7e5f048edba20d3f1492a1419800e2c21dff2e17 /lang/ldbus
parentffd78405f0126da7161e1c91d13aad969c834210 (diff)
ldbus: remove nonshared flag
As confirmed by the maintainer, the flag was not added intentionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Diffstat (limited to 'lang/ldbus')
-rw-r--r--lang/ldbus/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ldbus/Makefile b/lang/ldbus/Makefile
index 4c2d2d8d7..a0500a64f 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 <mrkiko.rs@gmail.com>
PKG_LICENSE:=MIT
-PKG_FLAGS := nonshared
-
PKG_BUILD_DEPENDS:=luarocks/host
include $(INCLUDE_DIR)/package.mk