ldbus: remove nonshared flag
authorMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 31 Mar 2018 13:08:23 +0000 (15:08 +0200)
committerMatthias Schiffer <mschiffer@universe-factory.net>
Sat, 31 Mar 2018 13:08:23 +0000 (15:08 +0200)
As confirmed by the maintainer, the flag was not added intentionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
lang/ldbus/Makefile

index 4c2d2d8d7a6c0264e00c07c84f5348ec6dcc768c..a0500a64fa75b4ed8e211769e121edf6d0e0f961 100644 (file)
@@ -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