Christian Wiese
1c48bb6846
heimdal: add patch to use an available libcom_err provided by the system when cross-compiling
11 years ago
Christian Wiese
e2dfa6122a
heimdal: add patch to use an pre-installed slc from the build host toolchain when cross-compiling
11 years ago
Christian Wiese
f5316ff364
heimdal: fixed to only install krb5.conf when not at toolchain stage and to properly use $root
11 years ago
Christian Wiese
7d11f056b5
heimdal: changed to use custmain for toolchain build and also build slc
11 years ago
Christian Wiese
4dc34e6ff3
heimdal: added bugfix patch for the roken-h-process.pl script
11 years ago
Christian Wiese
227243a52e
heimdal: added toolchain patch so the tools get installed into bindir
11 years ago
Christian Wiese
07b56c5e10
heimdal: changed to build minimal tools like asn1_compile at toolchain stage
...
asn1_compile is needed at stage 1 when cross-compiling.
11 years ago
Christian Wiese
66aeac3e09
heimdal: Updated (1.5.2 -> 1.5.3)
11 years ago
Christian Wiese
eb9b27cb1c
heimdal: Updated (1.3.3 -> 1.5.2)
11 years ago
Christian Wiese
64e80bd21a
e2fsprogs: remove obsolete sed based hack to fix pkgconfig file path
...
This hack can be safely removed because we already have an automatic
mechanism in moving the .pc files into the right place!
11 years ago
Christian Wiese
8b255bb1f1
krb5: improved to cross-compile if requested by the target
11 years ago
Christian Wiese
8b6107c665
krb5: Updated (1.10.7 -> 1.12.1)
11 years ago
Christian Wiese
0fe430aa6d
krb5: Updated (1.10.2 -> 1.10.7)
11 years ago
Christian Wiese
22f98bfa33
python: fixed linking of modules when cross-compiling
...
When linking modules libpython2.7.so is not installed in the sandbox but
available in the top-level source directory.
11 years ago
Christian Wiese
6b74a4ba9d
python: changed to install the pgen we need at cross stage and which runs on the build host
...
We inject the `pgen` built at toolchain stage as `python-pgen` which we use
at cross stage (see: use-hostpgen.patch.cross).
11 years ago
Christian Wiese
8602fb127c
python: add patch to use the pgen we compiled at stage 0 and which can be run on the build host when cross-compiling
11 years ago
Christian Wiese
68ed3c3966
python: add patch to not precompile .pyc and .pyo files when cross-compiling
11 years ago
Christian Wiese
ab88a05100
python: improved cross-compiling avoiding host libs to leak in and getting linker errors
11 years ago
Christian Wiese
3addb627cf
python: fixed cross-compiling setting ac_cv_file__dev_ptc=no
...
There is no /dev/ptc on Linux because it is AIX specific.
11 years ago
Christian Wiese
73e7aa5bb0
python: fixed cross-compiling by setting ac_cv_file__dev_ptmx=yes
...
Note
We can safely assume that the runtime system will have /dev/ptmx!
Strangely enough on a native build I have /dev/ptmx didn't got detected,
which is most probably an issue with our sandbox and needs some more
observation!
11 years ago
Christian Wiese
d75e16e76f
python: improved cross-compiling setting ac_cv_buggy_getaddrinfo=no
...
Note
Only cross-checked the correctness against a native build using glibc!
Other libc implementations like musl need to be checked too!
Failure when running configure
----------------------------------------------------------------------
checking getaddrinfo bug... yes
Fatal: You must get working getaddrinfo() function.
or you can specify "--disable-ipv6"
----------------------------------------------------------------------
11 years ago
Christian Wiese
968c6baa7d
Revert "bdb: fixed cross-compiling by not building C++ glue"
...
This reverts commit e95ba93c8b
.
11 years ago
Christian Wiese
e60d0d1c0a
clucene: improved to find the right header files when cross-compiling
11 years ago
Christian Wiese
c171d13a29
lftp: marked cross-compilable if requested
11 years ago
Christian Wiese
6d3bb14510
xapian-core: marked cross-compilable if requested
11 years ago
Christian Wiese
d7387bb123
lz4: Added lz4 r113 - A very fast lossless compression algorithm
11 years ago
Christian Wiese
ccafdc3c25
dovecot: Updated (2.2.10 -> 2.2.12)
11 years ago
Christian Wiese
fcee21e44b
dovecot: improved to be able to cross-compile
11 years ago
Christian Wiese
65f5c7c7c2
postfix: improved to be able to cross-compile
11 years ago
Christian Wiese
099391d3a7
postfix: fixed installation
...
NOTE: Still not perfect and needs a lots of work!
11 years ago
Christian Wiese
b61d21c3e2
postfix: changed to not export CCARGS and AUXLIBS at build time
11 years ago
Christian Wiese
d8bc61047e
postfix: Updated (2.9.2 -> 2.11.0)
11 years ago
Christian Wiese
e95ba93c8b
bdb: fixed cross-compiling by not building C++ glue
...
At this stage we do not have a proper C++ compiler :/
11 years ago
Christian Wiese
63e9c214f8
openldap: fix cross-compiling
...
NOTE: Only tested with glibc for now!
11 years ago
Nagy Karoly Gabriel
bc07128082
Revert "runit: changed to not install sysvinit's system script"
...
This reverts commit e1cb5e4563
.
It is a hack but atm we don't have a better/cleaner alternative.
11 years ago
Nagy Karoly Gabriel
e23f1866a6
runit: changed behavious to install sysvinit scripts in etc/init.d instead of etc/rc.d/init.d
11 years ago
Nagy Karoly Gabriel
ec96cb697e
dropbear: Updated (2013.62 -> 2014.63)
11 years ago
Christian Wiese
8f23706063
ipset: Updated (6.20.1 -> 6.21)
11 years ago
Nagy Karoly Gabriel
11e79a6131
gnutls: Added patch to fix CVE-2014-0092.
11 years ago
Nagy Karoly Gabriel
10f205072f
mcelog: Added mcelog 20140304 - A Machine Check processor.
11 years ago
Nagy Karoly Gabriel
e4e7c29b9e
python2-futures: Added python2-futures 2.1.6 - Backport of the concurrent.futures package from Python 3.2
11 years ago
Nagy Karoly Gabriel
a8368aad2e
butterfly: Added butterfly 1.2.7 - A web terminal emulator.
11 years ago
Nagy Karoly Gabriel
de2419529a
python-tornado: Added python-tornado 3.2 - A Python web framework.
11 years ago
Nagy Karoly Gabriel
5124669368
python2-ssl_match_hostname: Added python2-ssl_match_hostname 3.4.0.2 - Backport of ssl_match_hostname for Python2.x
11 years ago
Nagy Karoly Gabriel
c866cab399
busybox: disabled KILL and SULOGIN if util-linux is present.
11 years ago
Christian Wiese
824eefcff8
busybox: Updated (1.21.1 -> 1.22.1)
11 years ago
Christian Wiese
2e50e81d0c
kmod: Updated (14 -> 16)
11 years ago
Christian Wiese
70996b5050
linux-src: Updated (3.10.28 -> 3.10.29)
11 years ago
Christian Wiese
0f4bcca243
linux-header: Updated (3.10.28 -> 3.10.29)
11 years ago
Christian Wiese
ad091d6918
linux: Updated (3.10.28 -> 3.10.29)
11 years ago