ldbus: remove nonshared flag
As confirmed by the maintainer, the flag was not added intentionally. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
parent
ffd78405f0
commit
16930779a9
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ldbus
|
PKG_NAME:=ldbus
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
PKG_MIRROR_HASH:=0e39a80e126a77a937226e49ae0246e1fd4600a03dee6bdee5ac822963a234e1
|
PKG_MIRROR_HASH:=0e39a80e126a77a937226e49ae0246e1fd4600a03dee6bdee5ac822963a234e1
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
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_MAINTAINER:=Enrico Mioso <mrkiko.rs@gmail.com>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
|
||||||
PKG_FLAGS := nonshared
|
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=luarocks/host
|
PKG_BUILD_DEPENDS:=luarocks/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
Loading…
Reference in a new issue