Christian Wiese
9d3e9eef79
glibc: add '/usr/lib{32,64}/*/' to ld.so.conf
...
Note:
We should migrate to a more modular approach here, moving to package
based configuration in '/etc/ld.so.conf.d/$pkg.conf' and including all
dedicated conf files in a generic main 'ld.so.conf' like this:
include /etc/ld.so.conf.d/*.conf
14 years ago
Christian Wiese
135af86543
glibc: changed to explicitely use tar --dereference while extracting glibc-ports (see note)
...
Note:
Starting with tar 1.24 we have to use tar --dereference so the formerly
created symlink won't be removed.
14 years ago
Aldas Nabazas
8c3a128d52
massive cache files update from compiling packages <400.000 , ref build 2011-02-07
14 years ago
Christian Wiese
a9a5f9d712
glibc: Updated (2.11.3 -> 2.11.3-1) incorporating upstream fixes
14 years ago
Alejandro Mery
e517635fa3
glibc: Updated (2.11.2 -> 2.11.3)
14 years ago
Christian Wiese
f5557cb904
glibc: improved to be able to build 0-glibc if $HOSTCC is a gcc < 4.3
14 years ago
Christian Wiese
da91d22828
glibc: fixed to create a proper ld.so.conf for 64 bit architectures
14 years ago
Christian Wiese
bff26c23c9
glibc: changed to always apply the multilib patch and removed the "pure64" patch because it is obsolete now
14 years ago
Christian Wiese
398c71b8b9
glibc: added patch with glibc 2.11 branch fixes from upstream
14 years ago
Christian Wiese
a318ebd8cf
glibc: changed to install scsi headers again (removed patch)
14 years ago
Christian Wiese
b5fa81972d
glibc: removed obsolete binutils version patch (was fixed in glibc 2.11)
14 years ago
Christian Wiese
6977c70645
glibc: rediffed 'no-binutils-powerpc.patch.cross' against glibc 2.11.2
14 years ago
Christian Wiese
cde2856ca0
glibc: removed libidn addon related code in glibc.conf file aswell as the possibility to enable/disable it in the configurator (see note!)
...
Note:
As of glibc version 2.11 libidn is not an glibc addon anymore, but included
by default!
14 years ago
Christian Wiese
2508fc3c7e
glibc: rediffed patch for accepting any 'cc', 'ld' and 'as' against glibc 2.11.2
14 years ago
Christian Wiese
ee792da692
glibc: Updated (2.10.1 -> 2.11.2)
14 years ago
Christian Wiese
03eb04b722
glibc/any-cc-as-ld-ok.patch.toolchain: rediffed for glibc 2.10
15 years ago
Christian Wiese
0b150d7467
glibc: fixing configure check to accept higher versions of binutils
15 years ago
Christian Wiese
f9ef2c06a7
glibc: Updated (2.9 -> 2.10.1)
15 years ago
Alejandro Mery
ae51509dcc
glibc: changed to not install scsi/
15 years ago
Christian Wiese
f9af219aae
glibc: renamed patch file reflecting last changes, because now we accept any versions of 'gcc', 'as' and 'ld' while installing glibc headers at toolchain stage.
15 years ago
Christian Wiese
2de3b29263
glibc: improved/rediffed patch for also accepting any version of gnu 'as' and 'ld' at toolchain stage
15 years ago
Christian Wiese
397dfa8920
glibc: fixed to only accept any gcc at toolchain stage
15 years ago
Nagy Karoly Gabriel
7dd9435fd4
glibc: disabled no-scsi-sysdeps.patch, kernel does not provide anymore scsi headers :-/
15 years ago
Alejandro Mery
b5c7cef0e6
glibc: fixed -Os patch to allow sys/stat.h users to compile
15 years ago
Alejandro Mery
1f17cf0cbf
glibc: enabled to compile with -Os
15 years ago
Aldas Nabazas
0b377e70f0
glibc: make it compile with binutils >= 2.19.51.0.2
15 years ago
Aldas Nabazas
a19aa7b96c
glibc: Updated (2.5.1 -> 2.9)
15 years ago
Alejandro Mery
a5caca48c3
glibc: disable timezone subdirectory, in favor of the usage of tzdata package
16 years ago
Alejandro Mery
d8cf15a66c
Regenerated copyright notes broadly, without renewing them.
17 years ago
Alejandro Mery
d15769f41d
Removed trailing spaces massively, hoping to not break anything. Copyright notes not renewed
17 years ago
Alejandro Mery
c493a15bc3
Removed superfluous "" and '' when assigning an empty value to bash variables in *.conf
17 years ago
Christian Wiese
b81d8d6615
Fixed glibc multilib case creating a proper ld.so.conf
...
- The conditional that checked what kind of ld.so,conf has to be generated
was using $slibdir = lib64 in postmake to check if it is a 64bit build,
and because multilib support was hardcoded for 64 it injected a corresponding
ld.so.conf.
Now that we implemented multilib support by using buildloops $slibdir gets
altered to lib32 in the second loop while building 32bit libs.
This commit will change the test checking if multilib is enabled for the
target instead of using $slibdir. It also adopts the new filesystem layout
to the ld.so.conf.
17 years ago
Christian Wiese
eb63eeac91
Changed glibc to create objdir-$arch_target inside srcdir
...
We have to use an 'objdir' directory for building glibc and make its
name unique by appending $arch_target to distinguish while building
a multilib capable glibc using buildloops.
17 years ago
Christian Wiese
3047733dbc
Changed glibc to use an separate 'objdir' per buildloop
...
- Since we build 32bit libs of glibc by using a second buildloop
if we build a multilib target, we have to assure that we build
64 and 32bit libs in separate directories.
17 years ago
Christian Wiese
105b5f2907
Included glibc 2.5 multilib patch
...
- This patch has to be applied while building a multilib target
and fixes the ldd script to search in lib32 and lib64.
17 years ago
Christian Wiese
747e07b085
Moved glibc32 make-install-lib-all.patch to glibc repository
...
- We'll need this patch to install 32bit libs while running the second
buildloop og glibc while building multilib.
17 years ago
Christian Wiese
5c101bdf49
Added glibc pure64 patch
...
- This patch has to be applied if we want to build "pure" 64bit builds,
that means no multilib support!
It fixes the ldd-rewrite sed rules according to the pure64 patch for
gcc.
Note:
Currently tested for x86-64 only!
17 years ago
Christian Wiese
d8ad4d6c51
Updated glibc (2.5 -> 2.5.1)
...
- Removed obsolete mktemp hardening patch.
17 years ago
Alejandro Mery
26f75b5f0f
Fixed glibc to only install linuxthreads documentation when we are actually using linuxthreads
17 years ago
Alejandro Mery
4d7bb590ba
Changed glibc to always enable 'ports' addon
17 years ago
Alejandro Mery
772b026941
Adapted glibc's mips patch to the new locations of the ports
17 years ago
Alejandro Mery
be9a050346
Fixed how glibc unpacks libidn, ports and linuxthreads
17 years ago
Alejandro Mery
12b79fecfa
* relocated current package database to the trunk of the package sub-project
...
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
18 years ago