• Tor Lillqvist's avatar
    Try to fix a highly parallel build of libcmis with a non-system curl · 23a324d2
    Tor Lillqvist yazdı
    The problem us that gb_LinkTarget__use_curl only declared a dependency
    on an *unpacked* curl tarball, but the curlbuild.h file is *generated*
    during curl configury. So something that depends on a (non-system)
    curl needs to depend on curl having been configured at least. Let's
    try like this.
    
    Change-Id: I87b2a3292807d9bb873c3656caf58c4d98d8f622
    23a324d2
RepositoryExternal.mk 42.6 KB