mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
nspr: force CC/CXX at build time.
This commit is contained in:
parent
f3367212ef
commit
1530f1eb94
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ do_configure() {
|
||||||
--includedir=/usr/include/nspr --enable-optimize \
|
--includedir=/usr/include/nspr --enable-optimize \
|
||||||
--enable-debug --enable-ipv6 ${_args}
|
--enable-debug --enable-ipv6 ${_args}
|
||||||
}
|
}
|
||||||
|
do_build() {
|
||||||
|
make CC=$CC CXX=$CXX ${makejobs}
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -s nspr.pc ${DESTDIR}/usr/lib/pkgconfig/mozilla-nspr.pc
|
ln -s nspr.pc ${DESTDIR}/usr/lib/pkgconfig/mozilla-nspr.pc
|
||||||
rm -r ${DESTDIR}/usr/bin/{compile-et.pl,prerr.properties} \
|
rm -r ${DESTDIR}/usr/bin/{compile-et.pl,prerr.properties} \
|
||||||
|
|
Loading…
Add table
Reference in a new issue