BLFS: envar.conf fixes.
This commit is contained in:
parent
fc8b9625a6
commit
4a33ef0ae6
1 changed files with 10 additions and 7 deletions
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
#======== Common envars ==========
|
#======== Common envars ==========
|
||||||
|
|
||||||
|
#--- Set a well-known working locale when building software
|
||||||
|
export LC_ALL=C
|
||||||
|
|
||||||
#--- The local repository for packages/file
|
#--- The local repository for packages/file
|
||||||
# Any missing file will be downloaded and archived here,
|
# Any missing file will be downloaded and archived here,
|
||||||
# if the user has the right priviledges.
|
# if the user has the right priviledges.
|
||||||
|
@ -76,13 +79,13 @@ export KDE_PREFIX=/usr
|
||||||
# expected, please rebuild without optimizations before
|
# expected, please rebuild without optimizations before
|
||||||
# asking for support.
|
# asking for support.
|
||||||
|
|
||||||
#MAKEFLAGS="-j3"
|
#export MAKEFLAGS="-j3"
|
||||||
|
|
||||||
#CFLAGS="-O3 -pipe"
|
#export CFLAGS="-O3 -pipe"
|
||||||
#CXXFLAGS=$CFLAGS
|
#export CXXFLAGS=$CFLAGS
|
||||||
#LDFLAGS="-s"
|
#export LDFLAGS="-s"
|
||||||
|
|
||||||
#OTHER_CFLAGS=$CFLAGS
|
#export OTHER_CFLAGS=$CFLAGS
|
||||||
#OTHER_CXXFLAGS=$CXXFLAGS
|
#export OTHER_CXXFLAGS=$CXXFLAGS
|
||||||
#OTHER_LDFLAGS=$LDFLAGS
|
#export OTHER_LDFLAGS=$LDFLAGS
|
||||||
|
|
||||||
|
|
Reference in a new issue