Browse Source

Merge pull request #2671 from dangowrt/libmicrohttpd-dont-use-PROVIDES

libmicrohttpd: don't use PROVIDES for non-virtual package
lilik-openwrt-22.03
Daniel Golle 9 years ago
parent
commit
3ac53e4ee2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libs/libmicrohttpd/Makefile

+ 0
- 1
libs/libmicrohttpd/Makefile View File

@ -45,7 +45,6 @@ $(call Package/libmicrohttpd/Default)
TITLE+=(no-ssl) TITLE+=(no-ssl)
DEPENDS:=+libpthread DEPENDS:=+libpthread
VARIANT:=no-ssl VARIANT:=no-ssl
PROVIDES:=libmicrohttpd
CONFLICTS:=libmicrohttpd CONFLICTS:=libmicrohttpd
endef endef


Loading…
Cancel
Save