diff options
author | Linux User <wbx@linux.(none)> | 2009-10-01 15:44:52 +0200 |
---|---|---|
committer | Linux User <wbx@linux.(none)> | 2009-10-01 15:44:52 +0200 |
commit | 1d2ddabc7b9d0b63887058f6799c281cfa1f1370 (patch) | |
tree | 3e332a0293df7fed64796e81398469ad4be9eaca /package/Makefile | |
parent | 71c91ce903a90de852b5d66a27a673ff6e785cee (diff) |
some native build fixes
- git package needs a better fix. but existing symlinks are broken
build without perl
- update curl to latest upstream, including libcurl-dev package
- add libopenssl-dev package
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index c6c2d4114..401780da6 100644 --- a/package/Makefile +++ b/package/Makefile @@ -200,7 +200,9 @@ package-$(ADK_PACKAGE_LIBPCAP) += libpcap package-$(ADK_PACKAGE_LIBPCIACCESS) += libpciaccess package-$(ADK_PACKAGE_LIBPNG) += libpng package-$(ADK_PACKAGE_LIBPRI) += libpri +ifeq (${ADK_NATIVE},n) package-$(ADK_PACKAGE_LIBPTHREAD) += libpthread +endif package-$(ADK_COMPILE_LIBSHOUT) += libshout package-$(ADK_PACKAGE_LIBSIGCXX) += libsigc++ package-$(ADK_PACKAGE_LIBSTDCXX) += libstdcxx |