Copy verref.h to the right dir in the STAGE2 recipe
This commit is contained in:
parent
337a03cdd8
commit
65e0fbe683
@ -38,6 +38,11 @@ fi
|
|||||||
|
|
||||||
make -C $SRC/nss-3.*/nss/coreconf
|
make -C $SRC/nss-3.*/nss/coreconf
|
||||||
make -C $SRC/nss-3.*/nss/lib/dbm
|
make -C $SRC/nss-3.*/nss/lib/dbm
|
||||||
|
|
||||||
|
# nss/nssinit.c, ssl/sslcon.c, smime/smimeutil.c and ckfw/builtins/binst.c
|
||||||
|
# need nss/verref.h which is exported privately, move it to where it can be found.
|
||||||
|
(cd $SRC/nss-3.* && mkdir -p dist/private/nss && cp -a nss/verref.h dist/private/nss/)
|
||||||
|
|
||||||
make -C $SRC/nss-3.*/nss
|
make -C $SRC/nss-3.*/nss
|
||||||
cd $SRC/nss-3.*/nss/coreconf
|
cd $SRC/nss-3.*/nss/coreconf
|
||||||
make install
|
make install
|
||||||
|
Loading…
Reference in New Issue
Block a user