nspr: force CC/CXX at build time.
This commit is contained in:
parent
f3367212ef
commit
1530f1eb94
|
@ -25,7 +25,9 @@ do_configure() {
|
|||
--includedir=/usr/include/nspr --enable-optimize \
|
||||
--enable-debug --enable-ipv6 ${_args}
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make CC=$CC CXX=$CXX ${makejobs}
|
||||
}
|
||||
post_install() {
|
||||
ln -s nspr.pc ${DESTDIR}/usr/lib/pkgconfig/mozilla-nspr.pc
|
||||
rm -r ${DESTDIR}/usr/bin/{compile-et.pl,prerr.properties} \
|
||||
|
|
Loading…
Reference in New Issue