xorg build
This commit is contained in:
parent
deaf71de99
commit
2c7c29053d
@ -68,8 +68,8 @@ download_file()
|
|||||||
status=$?
|
status=$?
|
||||||
cd ..
|
cd ..
|
||||||
return $status
|
return $status
|
||||||
elif [ "$file" = "Python-2.5.6.tar.bz2" ]; then
|
elif [ "$file" = "Python-2.7.tar.bz2" ]; then
|
||||||
wget -cq http://www.python.org/ftp/python/2.5.6/Python-2.5.6.tar.bz2
|
wget -cq http://www.python.org/ftp/python/2.7/Python-2.7.tar.bz2
|
||||||
status=$?
|
status=$?
|
||||||
cd ..
|
cd ..
|
||||||
return $status
|
return $status
|
||||||
@ -212,6 +212,7 @@ fi
|
|||||||
export PREFIX_DIR=$1
|
export PREFIX_DIR=$1
|
||||||
export PKG_CONFIG_PATH=$PREFIX_DIR/lib/pkgconfig:$PREFIX_DIR/share/pkgconfig
|
export PKG_CONFIG_PATH=$PREFIX_DIR/lib/pkgconfig:$PREFIX_DIR/share/pkgconfig
|
||||||
export PATH=$PREFIX_DIR/bin:$PATH
|
export PATH=$PREFIX_DIR/bin:$PATH
|
||||||
|
export CFLAGS=-fPIC
|
||||||
|
|
||||||
# prefix dir must exist...
|
# prefix dir must exist...
|
||||||
if [ ! -d $PREFIX_DIR ]; then
|
if [ ! -d $PREFIX_DIR ]; then
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Python-2.5.6.tar.bz2 : Python-2.5.6 :
|
Python-2.7.tar.bz2 : Python-2.7 :
|
||||||
util-macros-1.11.0.tar.bz2 : util-macros-1.11.0 :
|
util-macros-1.11.0.tar.bz2 : util-macros-1.11.0 :
|
||||||
font-adobe-75dpi-1.0.3.tar.bz2 : font-adobe-75dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
font-adobe-75dpi-1.0.3.tar.bz2 : font-adobe-75dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
||||||
font-adobe-100dpi-1.0.3.tar.bz2 : font-adobe-100dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
font-adobe-100dpi-1.0.3.tar.bz2 : font-adobe-100dpi-1.0.3 : --with-fontrootdir=$PREFIX_DIR/share/fonts/X11
|
||||||
|
Loading…
Reference in New Issue
Block a user