Accepting request 333436 from Java:Factory
Add blapi.h and algmac.h, in order to be able to build sunec.jar in java 7 OBS-URL: https://build.opensuse.org/request/show/333436 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nss?expand=0&rev=189
This commit is contained in:
parent
11da47024a
commit
e87238be07
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 24 09:31:11 UTC 2015 - fstrba@suse.com
|
||||||
|
|
||||||
|
- Install blapi.h and algmac.h that are needed in order to build
|
||||||
|
Sun elliptical curves provider in Java 7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 24 12:45:09 UTC 2015 - meissner@suse.com
|
Wed Jun 24 12:45:09 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -227,6 +227,11 @@ mkdir -p $RPM_BUILD_ROOT%{nssdbdir}
|
|||||||
pushd ../dist/Linux*
|
pushd ../dist/Linux*
|
||||||
# copy headers
|
# copy headers
|
||||||
cp -rL ../public/nss/*.h $RPM_BUILD_ROOT%{_includedir}/nss3
|
cp -rL ../public/nss/*.h $RPM_BUILD_ROOT%{_includedir}/nss3
|
||||||
|
# copy some freebl include files we also want
|
||||||
|
for file in blapi.h alghmac.h
|
||||||
|
do
|
||||||
|
cp -L ../private/nss/$file $RPM_BUILD_ROOT/%{_includedir}/nss3
|
||||||
|
done
|
||||||
# copy dynamic libs
|
# copy dynamic libs
|
||||||
cp -L lib/libnss3.so \
|
cp -L lib/libnss3.so \
|
||||||
lib/libnssdbm3.so \
|
lib/libnssdbm3.so \
|
||||||
|
Loading…
Reference in New Issue
Block a user