Christian Wiese
e22d324634
gnutls: Marked as cross-compileable when requested
16 years ago
Christian Wiese
34f923cbd4
libgcrypt: Improved cross-compile support
...
Note: By now the libgcrypt tests will be build again while cross-compiling
but we have to explicitely disable MPI assembler modules, which leads
to unresolved symbols otherwise. In general this shouldn't cause any
troubles as it seems that assembler modules aren't even used while
compiling natively. At least I couldn't find any related symbols in
any natively compiled libgcrypt binaries I have access to currently.
16 years ago
Christian Wiese
391f68b222
libtasn1: Do not hardcode '-L{libdir}' into the generated 'libtasn1-config' while cross-compiling
16 years ago
Christian Wiese
a35469ad18
opencdk: Marked as cross-compileable when requested
...
Note: We have to assure that the right libgcrpyt is used while cross-compiling
by passing '--with-libgcrypt-prefix' confopt as well as disabling the
built-in tests.
16 years ago
Christian Wiese
121a87e42f
libgpg-error: Marked cross-compileable when requested
16 years ago
Christian Wiese
e90239c99f
libtasn1: Marked cross-compileable
16 years ago
Christian Wiese
b7e1e13da7
libgcrypt: Marked libgcrypt as cross-compileable
...
Note: While cross-compiling we had to disable the built-in tests via a patch,
as well as providing some little guidance to use the right libgpg-error.
16 years ago
Alejandro Mery
f15f527e40
socklog: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
90ddf2c349
ipsvd: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
3a0d32ac45
pound: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
36317c96d2
pound: Fixed to pass stage 1 - use malloc() instead of rpl_malloc()
16 years ago
Alejandro Mery
349247d2c7
pcre: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
ebd12bb015
hdparm: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
4e13a5df6e
hdparm: Fixed hdparm cross compilation by honoring $(STRIP)
16 years ago
Alejandro Mery
4524df6f0c
nail: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
cfa2eb7d6f
iputils: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
97888fa674
kbd: Fixed cross compilation by changing configure to trust gcc's $? instead of executing the resulting conftest files
16 years ago
Alejandro Mery
0044010176
runit-shutdown: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
f6bfba5db7
runit-logacct: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
e8d5575d2b
kbd: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
8e509775b8
dialog: Marked to build on stage 1 when cross compiling
16 years ago
Alejandro Mery
7a432f3f48
bcron: Fixed cross compilation by using the right $AR and $RANLIB
16 years ago
Alejandro Mery
d391edf71f
ucspi-unix: Fixed cross-compilation by using -lbg-sysdeps instead of -lsysdeps
...
./load unixclient env.o utoa.o `cat socket.lib`
.../usr/bglibs/lib/libsysdeps.a: could not read symbols: Archive has no index; run ranlib to add one
collect2: ld returned 1 exit status
make: *** [unixclient] Error 1
they are symlinked, but -lbg-sysdeps pass and -lsysdeps doesn't
16 years ago
Alejandro Mery
5bb01091e8
syslinux: fixed to cross compile for 64bits
...
they define LD=ld -melf_i386, which we override, so we have to override it
correctly.
16 years ago
Christian Wiese
b44fd2f3dd
drbd: Fixed cross-compiling and marked cross-compileable when requested
16 years ago
Christian Wiese
21ce05f5b2
keepalived: Marked cross-compilable when requested
16 years ago
Christian Wiese
99e313e7b6
ipvsadm2: Fixed cross-compiling and marked cross-compilable when requested
16 years ago
Christian Wiese
3884f52f0b
ucspi-unix: Marked as cross-compilable when requested and implemented cross-compiling support
16 years ago
Christian Wiese
582bf001ac
bcron: Marked bcron as cross-compilable when requested
...
Note: We also source 'bg-config.in' from bglibs which will adjust the
build system for being able to cross-compile bcron.
16 years ago
Christian Wiese
d2f29fe330
bglibs: Marked to build at stage 0 and 1 if cross-compiling is requested
...
Note: Because of the special "nature" of the bglibs build system this
change also introduces 2 patches and a 'bg-config.in' to adjust
build system settings while cross-compiling!
Please take a look at the patches and conf files for further comments!
16 years ago
Christian Wiese
b83e882d79
beecrypt: Fixed cross-compiling by disabling C++ support (see comments)
16 years ago
Christian Wiese
06667fc3e4
beecrypt: Marked as cross-compilable if requested
16 years ago
Christian Wiese
676b279476
util-vserver: Fixed cross-compiling by helping to find modprobe and rmmod
16 years ago
Christian Wiese
e1d9504f3f
glibc: Improved glibc cross-compile support by adding CLFS "cross-hacks" patch
...
Description: Adds native compile support to the build system then uses that
support to build zic-native, for installing timezone info,
rpcgen-native, for building librpcsvc.a, and localedef-native,
for creating the locale-archive.
16 years ago
Alejandro Mery
07bd6e62f7
libxpm: Fixed cross compilation by passing the right LIBTOOL on $makeopt
16 years ago
Alejandro Mery
9fbd93f281
libx11: Fixed cross compilation by passing LIBTOOL on $makeopt
16 years ago
Alejandro Mery
a00bf38481
libtool: Changed it's global integration to remove .la file after every cross-compilation
16 years ago
Alejandro Mery
9a3248be2f
cups: Marked as NO-LIBTOOL-FIX, as we break it when exporting LIBTOOL=${arch_prefix}libtool
16 years ago
Alejandro Mery
4f15e21f03
libjpeg: Removed libtool hackery
16 years ago
Alejandro Mery
cc78e83780
attr: Removed libtool hackery
16 years ago
Alejandro Mery
aa117a043f
libtool: Improved parse-config to export LIBTOOL for package without NO-LIBTOOL-FIX
16 years ago
Alejandro Mery
891f4f7851
libtool: Improved stage 0 build to create an ${arch_target}-libtool be used in stage 1
16 years ago
Alejandro Mery
e45bef66ad
sqlalchemy: justified [T]
16 years ago
Alejandro Mery
cb8f58e75f
git: Updated (1.6.0.4 -> 1.6.1)
16 years ago
Alejandro Mery
9a3a4c8e1f
git: Updated (1.6.0.2 -> 1.6.0.4)
16 years ago
Nagy Karoly Gabriel
b69410d5c5
mkinitrd: added block devices drivers to the initrd image (affects SmartArray and other devices)
16 years ago
Alejandro Mery
b1bf2827ca
lm_sensors: moved after cairo
16 years ago
Alejandro Mery
bda35eebfb
rrdtool: moved after cairo
16 years ago
Alejandro Mery
1fdbc2836b
busybox: Updated (1.12.3 -> 1.13.1)
16 years ago
Alejandro Mery
48d56cd97e
module-init-tools: Updated (3.2.2 -> 3.5)
16 years ago