xmake-io / xmake-repo

📦 An official xmake package repository
https://xrepo.xmake.io
Apache License 2.0
685 stars 396 forks source link

Update objfw #4929

Closed Frityet closed 2 months ago

Frityet commented 2 months ago

Current issues:

waruqi commented 2 months ago

Current issues:

  • package:add("deps", ...) in on_load doesnt work

? I saw it has been installed. it works.


> /usr/bin/g++ -o /tmp/.xmake0/240815/_C406D9B486AE4F3088270D29B36DCE70.b /tmp/.xmake0/240815/_C406D9B486AE4F3088270D29B36DCE70.o -m64 -L/github/home/.xmake/packages/o/openssl/1.1.1-w/6c51ab6278e2479b883dffafac69fdaf/lib -lssl -lcrypto -lpthread -ldl
> checking for c includes(openssl/ssl.h)
> checking for c funcs(SSL_new)
> checking for c links(ssl, crypto, pthread, dl)
> checking for c snippet(has_cfuncs)
  => install openssl 1.1.1-w .. ok
  => download https://objfw.nil.im/downloads/objfw-1.1.6.tar.gz .. ok
Using SSL openssl from /github/home/.xmake/packages/o/openssl/1.1.1-w/6c51ab6278e2479b883dffafac69fdaf/lib, include dir: /github/home/.xmake/packages/o/openssl/1.1.1-w/6c51ab6278e2479b883dffafac69fdaf/include
Frityet commented 2 months ago

@waruqi fixed