Kaydet (Commit) 296e0a20 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Some objects in NSS are not in any of the archives

Change-Id: I3df4c45d160687f22015f3b3d3c87e655e5cd7d7
üst d308eda1
......@@ -44,6 +44,14 @@ IOS)
oslibs="$WORKDIR/UnpackedTarball/icu/source/stubdata/*.a"
oslibs="$oslibs $WORKDIR/UnpackedTarball/xmlsec/src/.libs/*.a"
oslibs="$oslibs $WORKDIR/UnpackedTarball/xmlsec/src/nss/.libs/*.a"
# The NSS dylibs (which we don't build for iOS) are constructed
# from a bunch of static archives and some freestanding object
# files (that are not present in any of the static archives). We
# need the latter too, so collect them here into an archive of
# their own.
ar cr $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/libLOtemp.a $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/*.o
# Unfortunately NSS's build mechanism copies each static archive
# it constructs to another place, but we don't bother filtering
# out duplicates, it shouldn't hurt.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment