You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by "notroj (via GitHub)" <gi...@apache.org> on 2023/09/28 07:50:44 UTC

[GitHub] [apr] notroj commented on pull request #46: WIP: lmdb support

notroj commented on PR #46:
URL: https://github.com/apache/apr/pull/46#issuecomment-1738652639

   With the line marked in my review above removed, and e147886e92b2858895fe9fff30fccf9dba678cad reverted, I can build with:
   
   ```sh
   "./configure" \
   "--with-lmdb" \
   "--with-berkeley-db" \
   "--with-dbm=db5" \
   "--disable-modular-dso"
   ```
   
   and this passes the tests. Thanks @uhliarik!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@apr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org