summaryrefslogtreecommitdiffstats
path: root/package/cdrkit
Commit message (Collapse)AuthorAgeFilesLines
* cdrkit: fix TARGET_CC/TARGET_CFLAGS for CMakeThomas Petazzoni2010-07-291-3/+11
| | | | | | | | | | | | | | | | Since the reorganization of the variables in package/Makefile.in, TARGET_CC and TARGET_CXX now directly contain the --sysroot= option in addition to the compiler path. This is due to some ./configure scripts using just $(TARGET_CC) for some tests instead of $(TARGET_CC) $(TARGET_CFLAGS). However, in the case of CMake, this fails as CMake really only wants the path of the compiler in its CMAKE_C_COMPILER and CMAKE_CXX_COMPILER variables. So here, we recompute proper values for CMake by removing the --sysroot option from the compiler variables and re-adding it to the flags variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* cdrkit: fix build by adding zlib as dependencyBjørn Forsman2010-06-081-2/+2
| | | | | | Signed-off-by: Bjørn Forsman <bjorn.forsman@gmail.com> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: fix build on uClibcPeter Korsgaard2010-06-051-0/+22
| | | | | | | cdrkit unconditionally enables code using rcmd(3), which isn't available on uClibc. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: needs largefile support in toolchainPeter Korsgaard2010-05-221-9/+13
| | | | | | At the same time fix indentation in Config.in Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* cdrkit: new packageThomas Petazzoni2010-04-092-0/+74
Supported both for the target and the host. Will be used by the root filesystem generation code, thanks to genisoimage. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>