Browse Source

cyrus-sasl / postfix: work around recursive dependency issue in toolchain

Signed-off-by: Steven Barth <steven@midlink.org>
lilik-openwrt-22.03
Steven Barth 10 years ago
parent
commit
2b6ffa58cf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/cyrus-sasl/Makefile

+ 1
- 1
libs/cyrus-sasl/Makefile View File

@ -32,7 +32,7 @@ define Package/libsasl2
CATEGORY:=Libraries CATEGORY:=Libraries
TITLE:=A general purpose authentication library TITLE:=A general purpose authentication library
URL:=http://asg.web.cmu.edu/sasl/ URL:=http://asg.web.cmu.edu/sasl/
DEPENDS:=libopenssl
DEPENDS:=+libopenssl
endef endef
TARGET_CFLAGS += $(FPIC) TARGET_CFLAGS += $(FPIC)


Loading…
Cancel
Save