Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-10 | resolve conflicts | Waldemar Brodkorb | |
2011-01-10 | add LTO support to toolchain settings. Cleanup SYSROOT mess. | Waldemar Brodkorb | |
- just use on sysroot directory for toolchain. - add missing patches from previos commit. (rpath/cflags cleanup) | |||
2011-01-10 | fix wrong rpath and cflags | Waldemar Brodkorb | |
2011-01-10 | update to libnl 2.0 | Waldemar Brodkorb | |
2011-01-10 | s/STAGING_DIR/STAGING_TARGET_DIR/ | Waldemar Brodkorb | |
2011-01-10 | add a subpackage for the static e2fsck build | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | bash: set cache-file to /dev/null, breaks cross-compiling otherwise | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | watchdog: binaries are initially installed to /usr/sbin, not /sbin | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | make installation of package network hooks optional | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | valgrind: fix for somehow broken stuff | Phil Sutter | |
Although I could not find the exact spot, sys/stat.h was included which \#defines st_atime to something making it unusable as custom field identifier. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: fix for installation of duplicate files | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: q_atm.so is installed to /lib, not /usr/lib | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: have tc/Makefile really install something | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | real solution for the aufs2-util problem | Phil Sutter | |
- export the aufs2 branch's content into a tarball - fetch that tarball from a local mirror (for now) - drop that Makefile patch, can be solved by passing the right params to make Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: fix build of multiple subpackages | Phil Sutter | |
Instead of replacing INSTALL_{y,m} with the last enabled subpackage in the list, append them. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | iproute2: subpackage tc needs iptables for compilation (missing xtables.h ↵ | Phil Sutter | |
otherwise) Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | wget: install /etc/wgetrc along with the package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | tcpdump: add WITH_CHROOT flavour | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | proftp: ship some /etc/ftpusers | Phil Sutter | |
Taken from gentoo's ftpbase-package. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | ncurses: allow installing the full set of terminfo files | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | glibc: install some glibc-shipped config files | Phil Sutter | |
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | findutils: split locate into it's own package | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | e2fsprogs: install /etc/mke2fs.conf along with mke2fs | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | e2fsprogs: need to include unistd.h, otherwise optind is undefined | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-10 | base-files: change access mode of /tmp where it's created | Phil Sutter | |
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com> | |||
2011-01-08 | fix make clean target rule | Waldemar Brodkorb | |
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules. | |||
2011-01-08 | add dependencies | Waldemar Brodkorb | |
2011-01-08 | do not set optimization CFLAGS | Waldemar Brodkorb | |
2011-01-08 | finetune package build. | Waldemar Brodkorb | |
2011-01-07 | try to fix libtool rpath behavior | Waldemar Brodkorb | |
2011-01-07 | add patches from OpenBSD | Waldemar Brodkorb | |
2011-01-07 | disable rpath | Waldemar Brodkorb | |
2011-01-07 | add missing stuff from tg@ | Waldemar Brodkorb | |
2011-01-07 | pass KERNEL_MAKE_ENV to all invocations of make on the Linux kernel | Thorsten Glaser | |
similar to KERNEL_MAKE_OPTS just as environment Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-07 | honour CFLAGS | Waldemar Brodkorb | |
2011-01-07 | do not install docs | Waldemar Brodkorb | |
2011-01-07 | use CFLAGS | Waldemar Brodkorb | |
2011-01-07 | remove duplicate call of CFLAGS, remove /usr/local from compiler paths | Waldemar Brodkorb | |
2011-01-07 | do not use duplicate CFLAGS | Waldemar Brodkorb | |
2011-01-07 | add varios patches... | Waldemar Brodkorb | |
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS. | |||
2011-01-07 | disable tool build, needs c++, not used right now | Waldemar Brodkorb | |
2011-01-06 | disable rpath, enable TLS, fix cross-compile on Darwin | Waldemar Brodkorb | |
2011-01-06 | remove obsolete SUB_INSTALL stuff. | Waldemar Brodkorb | |
2011-01-06 | do not use rpath with staging dir information | Waldemar Brodkorb | |
2011-01-06 | automatic post-postinstall targets, and exemplary switch of zlib to it | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | workaround for make package=busybox | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | fix build error due to missing includes | Thorsten Glaser | |
Signed-off-by: Thorsten Glaser <tg@mirbsd.org> | |||
2011-01-06 | disable rpath usage | Waldemar Brodkorb | |
2011-01-06 | install empty header stub | Waldemar Brodkorb | |
2011-01-06 | disable docs and some other stuff | Waldemar Brodkorb | |