From e4e6f68545e605f82313e5a5f6923d33f05741d8 Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Wed, 1 Aug 2018 21:59:10 +0200 Subject: [PATCH] attr: add pic for samba --- packages/devel/attr/package.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/devel/attr/package.mk b/packages/devel/attr/package.mk index 97bd210b28..a4d29e2a2a 100644 --- a/packages/devel/attr/package.mk +++ b/packages/devel/attr/package.mk @@ -13,6 +13,7 @@ PKG_DEPENDS_TARGET="toolchain" PKG_SECTION="accessibility" PKG_SHORTDESC="attr: Extended Attributes Of Filesystem Objects" PKG_LONGDESC="Extended attributes are name:value pairs associated permanently with files and directories, similar to the environment strings associated with a process. An attribute may be defined or undefined. If it is defined, its value may be empty or non-empty. Extended attributes are extensions to the normal attributes which are associated with all inodes in the system (i.e. the stat(2) data). They are often used to provide additional functionality to a filesystem - for example, additional security features such as Access Control Lists (ACLs) may be implemented using extended attributes." +PKG_BUILD_FLAGS="+pic" PKG_CONFIGURE_OPTS_TARGET="OPTIMIZER= \ CONFIG_SHELL=/bin/bash \