Add python-2.5.2 template. Also allow to templates to setting LDFLAGS
if they need, as python needed to make shared modules resolve rpath. --HG-- extra : convert_revision : 4afad8b2d37d8a644a3d77e5c0f8212c0cf1d33e
This commit is contained in:
4
pkgfs.sh
4
pkgfs.sh
@@ -365,7 +365,6 @@ fetch_tmpl_sources()
|
||||
exit 1
|
||||
else
|
||||
if [ -n "$only_fetch" ]; then
|
||||
echo "=> checksum ok"
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
@@ -438,7 +437,8 @@ build_tmpl_sources()
|
||||
#
|
||||
# For now, just set LDFLAGS.
|
||||
#
|
||||
export LDFLAGS="-L$PKGFS_MASTERDIR/lib -Wl,-R$PKGFS_MASTERDIR/lib"
|
||||
LDFLAGS="$LDFLAGS -L$PKGFS_MASTERDIR/lib -Wl,-R$PKGFS_MASTERDIR/lib"
|
||||
export LDFLAGS
|
||||
|
||||
#
|
||||
# Packages using GNU autoconf
|
||||
|
||||
Reference in New Issue
Block a user