Added glibc-2.8 (tarball taken from archlinux).
While here add a new variable for templates: disable_ldflags. If set LDFLAGS won't be used while building the package, it was required by glibc which refused to link with a rpath set. --HG-- extra : convert_revision : 14c547aa7470145c883ca982c517c50ca8f15fc5
This commit is contained in:
parent
e5afbd9313
commit
61adbd28db
3 changed files with 38 additions and 4 deletions
4
templates/glibc-runstuff-before-configure.sh
Normal file
4
templates/glibc-runstuff-before-configure.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
# We must configure it in another directory.
|
||||
|
||||
$mkdir_cmd -p $wrksrc/build_obj && cd $wrksrc/build_obj
|
||||
wrksrc=$wrksrc/build_obj
|
Loading…
Add table
Add a link
Reference in a new issue