Remove $make_env. It's not really useful anymore.
--HG-- extra : convert_revision : f75462dfe24b62d3a278c722302b760ca4b475d2
This commit is contained in:
@@ -64,11 +64,6 @@ build_src_phase()
|
||||
[ -n "$XBPS_MAKEJOBS" -a -z "$disable_parallel_build" ] && \
|
||||
makejobs="-j$XBPS_MAKEJOBS"
|
||||
|
||||
# Export make_env vars.
|
||||
for f in ${make_env}; do
|
||||
export "$f"
|
||||
done
|
||||
|
||||
if [ -z "$in_chroot" ]; then
|
||||
. $XBPS_SHUTILSDIR/libtool_funcs.sh
|
||||
libtool_fixup_file
|
||||
|
||||
Reference in New Issue
Block a user