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 ==========
|
||||
|
||||
#--- Set a well-known working locale when building software
|
||||
export LC_ALL=C
|
||||
|
||||
#--- The local repository for packages/file
|
||||
# Any missing file will be downloaded and archived here,
|
||||
# if the user has the right priviledges.
|
||||
|
@ -76,13 +79,13 @@ export KDE_PREFIX=/usr
|
|||
# expected, please rebuild without optimizations before
|
||||
# asking for support.
|
||||
|
||||
#MAKEFLAGS="-j3"
|
||||
#export MAKEFLAGS="-j3"
|
||||
|
||||
#CFLAGS="-O3 -pipe"
|
||||
#CXXFLAGS=$CFLAGS
|
||||
#LDFLAGS="-s"
|
||||
#export CFLAGS="-O3 -pipe"
|
||||
#export CXXFLAGS=$CFLAGS
|
||||
#export LDFLAGS="-s"
|
||||
|
||||
#OTHER_CFLAGS=$CFLAGS
|
||||
#OTHER_CXXFLAGS=$CXXFLAGS
|
||||
#OTHER_LDFLAGS=$LDFLAGS
|
||||
#export OTHER_CFLAGS=$CFLAGS
|
||||
#export OTHER_CXXFLAGS=$CXXFLAGS
|
||||
#export OTHER_LDFLAGS=$LDFLAGS
|
||||
|
||||
|
|
Reference in a new issue