summaryrefslogtreecommitdiff
path: root/package
AgeCommit message (Collapse)Author
2011-01-10watchdog: binaries are initially installed to /usr/sbin, not /sbinPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10make installation of package network hooks optionalPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10valgrind: fix for somehow broken stuffPhil 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-10iproute2: fix for installation of duplicate filesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: q_atm.so is installed to /lib, not /usr/libPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10iproute2: have tc/Makefile really install somethingPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10real solution for the aufs2-util problemPhil 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-10iproute2: fix build of multiple subpackagesPhil 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-10iproute2: subpackage tc needs iptables for compilation (missing xtables.h ↵Phil Sutter
otherwise) Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10wget: install /etc/wgetrc along with the packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10tcpdump: add WITH_CHROOT flavourPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10proftp: ship some /etc/ftpusersPhil Sutter
Taken from gentoo's ftpbase-package. Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10ncurses: allow installing the full set of terminfo filesPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10glibc: install some glibc-shipped config filesPhil Sutter
- /etc/gai.conf - /etc/nscd.conf - /etc/nsswitch.conf Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10findutils: split locate into it's own packagePhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: install /etc/mke2fs.conf along with mke2fsPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10e2fsprogs: need to include unistd.h, otherwise optind is undefinedPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-10base-files: change access mode of /tmp where it's createdPhil Sutter
Signed-off-by: Phil Sutter <phil.sutter@viprinet.com>
2011-01-08fix make clean target ruleWaldemar Brodkorb
correct the wrong path and remove the correct files on clean. Finetune more directory creation rules.
2011-01-08add dependenciesWaldemar Brodkorb
2011-01-08do not set optimization CFLAGSWaldemar Brodkorb
2011-01-08finetune package build.Waldemar Brodkorb
2011-01-07try to fix libtool rpath behaviorWaldemar Brodkorb
2011-01-07add patches from OpenBSDWaldemar Brodkorb
2011-01-07disable rpathWaldemar Brodkorb
2011-01-07add missing stuff from tg@Waldemar Brodkorb
2011-01-07pass KERNEL_MAKE_ENV to all invocations of make on the Linux kernelThorsten Glaser
similar to KERNEL_MAKE_OPTS just as environment Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-07honour CFLAGSWaldemar Brodkorb
2011-01-07do not install docsWaldemar Brodkorb
2011-01-07use CFLAGSWaldemar Brodkorb
2011-01-07remove duplicate call of CFLAGS, remove /usr/local from compiler pathsWaldemar Brodkorb
2011-01-07do not use duplicate CFLAGSWaldemar Brodkorb
2011-01-07add varios patches...Waldemar Brodkorb
eglibc should install nsswitch.conf and others. add -fhonour-copts to TARGET_CFLAGS.
2011-01-07disable tool build, needs c++, not used right nowWaldemar Brodkorb
2011-01-06disable rpath, enable TLS, fix cross-compile on DarwinWaldemar Brodkorb
2011-01-06remove obsolete SUB_INSTALL stuff.Waldemar Brodkorb
2011-01-06do not use rpath with staging dir informationWaldemar Brodkorb
2011-01-06automatic post-postinstall targets, and exemplary switch of zlib to itThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-06workaround for make package=busyboxThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-06fix build error due to missing includesThorsten Glaser
Signed-off-by: Thorsten Glaser <tg@mirbsd.org>
2011-01-06disable rpath usageWaldemar Brodkorb
2011-01-06install empty header stubWaldemar Brodkorb
2011-01-06disable docs and some other stuffWaldemar Brodkorb
2011-01-06fix startup scriptWaldemar Brodkorb
2011-01-04Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb
2011-01-04unblock wlan before starting networkingWaldemar Brodkorb
2011-01-04fix dependenciesWaldemar Brodkorb
2011-01-04add default config dirWaldemar Brodkorb
2011-01-04add predefined loader cacheWaldemar Brodkorb
2011-01-03Merge branch 'master' of git+ssh://openadk.org/git/openadkWaldemar Brodkorb