diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-04-06 22:38:47 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-04-06 22:38:47 +0200 |
commit | 9e0401902468a84b701b6361546b9d4a5ff71215 (patch) | |
tree | 8bcf095ef28bc4d791319735bf585a64a90217e3 /package/system/opkg/Makefile | |
parent | d87c303b588e89b8c2efcc678d34484bed653e88 (diff) | |
download | upstream-9e0401902468a84b701b6361546b9d4a5ff71215.tar.gz upstream-9e0401902468a84b701b6361546b9d4a5ff71215.tar.bz2 upstream-9e0401902468a84b701b6361546b9d4a5ff71215.zip |
package: flag essential components as nonshared
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index d8cce2a8f2..01a7d796de 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -28,6 +28,7 @@ PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org> +PKG_FLAGS := nonshared PKG_CONFIG_DEPENDS := CONFIG_SIGNED_PACKAGES PKG_BUILD_PARALLEL:=1 |