Browse Source

ldbus: remove nonshared flag

As confirmed by the maintainer, the flag was not added intentionally.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
lilik-openwrt-22.03
Matthias Schiffer 7 years ago
parent
commit
16930779a9
No known key found for this signature in database GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      lang/ldbus/Makefile

+ 1
- 3
lang/ldbus/Makefile View 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


Loading…
Cancel
Save