From 0aabef127155575e8c8d660605f9401ab15356aa Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Thu, 24 Feb 2011 17:41:36 +0100
Subject: allow native build of a lot of packages

STAGING_TARGET_DIR is used for package Makefile's for
include and library search path's. STAGING_DIR is used
for common code in mk/ or Makefile/rules.mk.
STAGING_TARGET_DIR is /usr when native builds are used.
---
 package/gpsd/Makefile | 1 +
 1 file changed, 1 insertion(+)

(limited to 'package/gpsd')

diff --git a/package/gpsd/Makefile b/package/gpsd/Makefile
index 025e525b2..ac51120f5 100644
--- a/package/gpsd/Makefile
+++ b/package/gpsd/Makefile
@@ -15,6 +15,7 @@ PKG_SITES:=		http://download.berlios.de/gpsd/
 PKG_URL:=		http://gpsd.berlios.de/
 PKG_CXX:=		GPSD
 PKG_NEED_CXX:=		1
+PKG_CFLINE_GPSD:=	depends on !ADK_NATIVE
 
 PKG_SUBPKGS:=		GPSD GPSD_CLIENTS
 PKGSD_GPSD_CLIENTS:=	GPS client utilities
-- 
cgit v1.2.3