Giter VIP home page Giter VIP logo

Comments (5)

ArtificialRaccoon avatar ArtificialRaccoon commented on July 16, 2024

It's been a while since we talked about this, but I have returned to this work and may have solved it.
In the curl dockerfile, we attempt to set the LDFLAGS environment variable, however it appears to have been ignored.

I was reading the cURL build docs (https://curl.se/docs/install.html) and noticed that they appear to set the LDFLAGS on the same line as the call to configure. I did exactly that, and the build completed successfully. My dockerfile thus has a command like this:

RUN LDFLAGS=-Wl,-R/openssl-build/lib ./configure \
    --with-ssl=/openssl-build \
    --host=$HOST\
    --prefix=/curl-build/

I still need to test on hardware, but it does appear to have completed successfully.

from bad.

ArtificialRaccoon avatar ArtificialRaccoon commented on July 16, 2024

Tested on Android 9.0, ARM64-v8a device (Sony G8441). Device was able to connect to WMS and WMTS Endpoints over HTTPS, and were able to successfully pull data. Looks like the solution was just that simple.

from bad.

rhardih avatar rhardih commented on July 16, 2024

Great! Would you mind creating a pull request with your change?

from bad.

ArtificialRaccoon avatar ArtificialRaccoon commented on July 16, 2024

@rhardih Done. Sorry I took so long; wasn't working with Android for the last month.

Cheers

from bad.

rhardih avatar rhardih commented on July 16, 2024

Fixed by #16.

from bad.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.