diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-02 18:59:38 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-11-02 18:59:47 +0100 |
commit | ad7af36dc7bbc9cdc29f6cdea42d1f8330c2e24d (patch) | |
tree | b5ce6b335f55de76fbda2106359e2fc9ed46d64f /package/talloc/Makefile | |
parent | 9f3a6943f7904194e5bf0f203f14765482272991 (diff) |
talloc: add PKG_OPTS
Diffstat (limited to 'package/talloc/Makefile')
-rw-r--r-- | package/talloc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/talloc/Makefile b/package/talloc/Makefile index 81a532a2b..865a95b47 100644 --- a/package/talloc/Makefile +++ b/package/talloc/Makefile @@ -13,6 +13,7 @@ PKG_BUILDDEP:= python2-host python2 PKG_URL:= https://talloc.samba.org/talloc/doc/html/index.html PKG_SITES:= https://www.samba.org/ftp/talloc/ PKG_LIBNAME:= libtalloc +PKG_OPTS:= dev DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.gz |