summaryrefslogtreecommitdiff
path: root/package/pcre/pcre.mk
AgeCommit message (Collapse)Author
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2008-10-20package/: remove redundant install-strip in *_TARGET_INSTALL_OPTPeter Korsgaard
It's default now.
2008-09-17pcre: fixup paths in pcre-configPeter Korsgaard
2008-08-16pcre: fix target installPeter Korsgaard
Use install-strip and clean up documentation files instead of install-exec so files get stripped and manpages installed if requested.
2008-08-16pcre: bump versionPeter Korsgaard
2008-08-16pcre: fix compilation when C++ support is disabledPeter Korsgaard
pcre will use host g++ is no cross g++ is available, so explicitly disable c++ support in pcre if it isn't enabled in buildroot instead.
2008-04-24add pcreJohn Voltz