From 69ccef03f9c61cfbe38cc9dbee19d331f890591a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 26 Apr 2016 23:09:12 +0200 Subject: package: mark nvram and otrx nonshared as they're target specific Signed-off-by: Jo-Philipp Wich --- package/utils/otrx/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'package/utils/otrx') diff --git a/package/utils/otrx/Makefile b/package/utils/otrx/Makefile index 360fb1790d..ba981fcc84 100644 --- a/package/utils/otrx/Makefile +++ b/package/utils/otrx/Makefile @@ -9,6 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=otrx PKG_RELEASE:=1 +PKG_FLAGS:=nonshared include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3