xbps-src: use bootstrap build-profile for the bootstrap target.

... otherwise the proper compiler flags are being used in the chroot case.
This commit is contained in:
Juan RP 2014-12-24 09:53:35 +01:00
parent a9a6e48b64
commit 897b504d6b
2 changed files with 7 additions and 6 deletions

View file

@ -0,0 +1,2 @@
XBPS_CFLAGS="-O2 -pipe"
XBPS_CXXFLAGS="$XBPS_CFLAGS"