diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-28 20:55:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-28 20:55:27 +0100 |
commit | cf5ef7c683fa845a6e6412b319e0a1040aa0f445 (patch) | |
tree | 7185c1650c8b34ddf643fcc0b82b663fcec4d0a4 /package/rtsp/Makefile | |
parent | f895baf25a71be2f71eb8f66dad003dc59a5e85e (diff) |
some patches found via make bulkallmod
Diffstat (limited to 'package/rtsp/Makefile')
-rw-r--r-- | package/rtsp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/rtsp/Makefile b/package/rtsp/Makefile index 098b77c67..228d8f793 100644 --- a/package/rtsp/Makefile +++ b/package/rtsp/Makefile @@ -11,6 +11,8 @@ PKG_DESCR:= connection tracking for RTSP PKG_SECTION:= kernel PKG_URL:= http://github.com/maru-sama/rtsp-linux-v2.6 +PKG_CFLINE_RTSP:= depends on !ADK_TOOLCHAIN_ONLY + NO_DISTFILES:= 1 include ${TOPDIR}/mk/package.mk |