Nagy Karoly Gabriel
15d2212e39
binutils: replaced cloog-ppl dependency with cloog.
...
Cloog-ppl is moved to attic.
12 years ago
Nagy Karoly Gabriel
96f6c87853
cron: fixed cron.run.sh to work with hostname from coreutils which is the one we always use.
...
Signed-off-by: Christian Wiese <chris@opensde.org>
12 years ago
Christian Wiese
36a7db18b5
acl: fixed install when cross-compiling by adding DESTDIR support
12 years ago
Christian Wiese
878c86c3a0
attr: fixed install when cross-compiling by adding DESTDIR support
12 years ago
Christian Wiese
4a5182d79c
tzdata: fixed/rediffed destdir.patch which should have been done with last update
12 years ago
Christian Wiese
d5f484df42
kmod: fixed to only (re)generate manpages if libxslt is available
12 years ago
Christian Wiese
a8773c18a0
kmod: Updated (10 -> 12)
12 years ago
Christian Wiese
cd60f074cb
shadow: fixed disable_groups() to mangle Makefile.in instead of pre-genrated Makefiles
12 years ago
Christian Wiese
9d694b7bc5
shadow: Updated (4.1.5 -> 4.1.5.1)
12 years ago
Christian Wiese
31e4b441b3
coreutils: Updated (8.19 -> 8.20)
12 years ago
Christian Wiese
a6b2bd7717
pam: Updated (1.1.5 -> 1.1.6)
12 years ago
Christian Wiese
81a9f3c028
mdadm: Updated (3.2.5 -> 3.2.6)
12 years ago
Christian Wiese
cde2d09340
mdadm: add project URL in package description
12 years ago
Christian Wiese
140bb78350
tzdata: Updated (2012e -> 2012j)
12 years ago
Christian Wiese
e96a86e1ea
util-linux: Updated (2.22.1 -> 2.22.2)
12 years ago
Christian Wiese
aa734a273a
linux-src: Updated (3.4.23 -> 3.4.24)
12 years ago
Christian Wiese
4c375f8265
linux-header: Updated (3.4.23 -> 3.4.24)
12 years ago
Christian Wiese
abdf9732de
linux: Updated (3.4.23 -> 3.4.24)
12 years ago
Christian Wiese
951c7fd181
rng-tools: Updated (3 -> 4)
12 years ago
Christian Wiese
5c3491d600
linux-header: Updated (3.4.14 -> 3.4.23)
12 years ago
Christian Wiese
47396679d8
linux-src: Updated (3.4.14 -> 3.4.23)
12 years ago
Christian Wiese
8a910900c2
linux: Updated (3.4.14 -> 3.4.23)
12 years ago
Christian Wiese
72a8b56808
libcap-ng: improved to disable python support if the target is not including python
12 years ago
Christian Wiese
ec2babde43
strace: Updated (4.6 -> 4.7)
12 years ago
Christian Wiese
77cdb49e0e
strace: removed 12 years old patch for alpha architecture
12 years ago
Christian Wiese
3cef230355
strace: Updated project URL in package description
12 years ago
Christian Wiese
4d493930a2
pciids: Updated (2012.06.25 -> 2012.11.25)
12 years ago
Christian Wiese
87769cb5a0
pciutils: Updated (3.1.9 -> 3.1.10)
12 years ago
Nagy Karoly Gabriel
248f1a25e9
dietlibc: new gcc>4.7 with -O2 or above will try to optimise some string functions, this fails with dietlib so we disable with -fno-optimize-strlen
12 years ago
Christian Wiese
6a7f3a5160
i2c-tools: Added i2c-tools 3.1.0 - A heterogeneous set of I2C tools for Linux
12 years ago
Christian Wiese
90ebaec41b
lm_sensors: Updated (3.3.0 -> 3.3.2)
12 years ago
Gernot Tenchio
2d5cff52eb
lshw: Added lshw B.02.16 - Hardware Lister
12 years ago
Christian Wiese
faa03bab3f
glibc: fixed stage 0 to not use the cpuid.h workaround if gcc 4.6 or 4.7 is installed on the build host
12 years ago
Christian Wiese
8b5d7e6e9a
gcc: changed to always enable plugin support
12 years ago
Christian Wiese
f446820cd3
kmod: fixed to install /etc/modprobe.d/{blacklist,modprobe}.conf
...
Note:
The files were taken from the now deprecated module-init-tools package.
12 years ago
Christian Wiese
79acdd93d6
bison: correct package description and took over maintainship
12 years ago
Christian Wiese
47fa1ee5df
flex: corrected package description file and took over maintainship
12 years ago
Christian Wiese
d4d7f1048b
flex: changed to build at stage 3 as we do with bison
...
This change assures that we are using a flex/bison pair built at
the same stages to avoid side-effects.
12 years ago
Christian Wiese
96007aadf9
bison: Updated (2.6.2 -> 2.6.4)
12 years ago
Christian Wiese
623ad178aa
bison: changed to build bison at stage 0 to not depend on the version installed on the host
12 years ago
Christian Wiese
79f87f6454
m4: changed to build at stage 0 to not depend on the version provided by the host
...
Error log when cross-compiling bison at stage 1
-----------------------------------------------------------------------------
checking for GNU M4 that supports accurate traces... configure: error: no acceptable m4 could be found in $PATH.
GNU M4 1.4.6 or later is required; 1.4.16 or newer is recommended.
GNU M4 1.4.15 uses a buggy replacement strstr on some systems.
Glibc 2.9 - 2.12 and GNU M4 1.4.11 - 1.4.15 have another strstr bug.
-----------------------------------------------------------------------------
12 years ago
Christian Wiese
3f83be107a
linux: changed to disable kgdb support by default
12 years ago
Christian Wiese
c0ea15302b
lvm2: Updated (2.02.96 -> 2.02.98)
12 years ago
Christian Wiese
42b6cbe50a
uclibc: enable UCLIBC_HAS_RESOLVER_SUPPORT by default
...
Note:
Enabling this was primary done to be able to build pciutils 3.1.9!
12 years ago
Christian Wiese
dd037c390d
gcc: fixed cross build by explicitely setting the path to find build prerequisites only at toolchain stage
...
Note:
This reverts the changes done by following commit:
-----------------------------------------------------------------------------
commit 041df7170f
Author: Christian Wiese <chris@opensde.org>
AuthorDate: Mon Aug 6 23:56:15 2012 +0200
Commit: Christian Wiese <chris@opensde.org>
CommitDate: Tue Oct 23 00:25:40 2012 +0200
gcc: changed to set locations of build prerequisites in all stages instead of toolchain stage only
-----------------------------------------------------------------------------
which badly broke the cross-build of gcc when using uclibc!
12 years ago
Christian Wiese
5c2ca7f87b
kmod: Added kmod 10 - A library and set of userspace tools for managing Linux kernel modules
12 years ago
Christian Wiese
d697348566
glibc: add patch for fixing a problem with name resolution with errors from some name servers
...
Note:
http://www.linuxfromscratch.org/patches/lfs/development/glibc-2.16.0-res_query_fix-1.patch
12 years ago
Christian Wiese
3574ef727f
gcc: add libitm patch to append -fno-exceptions to CXXFLAGS
...
Note:
http://pkgs.fedoraproject.org/cgit/gcc.git/plain/gcc47-libitm-fno-exceptions.patch
12 years ago
Christian Wiese
e736f38231
gcc: add patch to emit DW_LANG_C99 (pr38757)
...
Note:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38757
12 years ago
Christian Wiese
3edc69533c
gcc: add patch from upstream to silently ignore always_inline attribute for redefined extern inline functions
...
Note:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33763
Seems that this should be also fixed for gcc 4.6!
12 years ago