diff options
author | Florian Eckert <fe@dev.tdt.de> | 2017-01-13 15:21:00 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2017-10-30 14:51:56 +0100 |
commit | 43d24da2bfa8f9aad6881b645f55cc3c552ad8c8 (patch) | |
tree | 49125c923fb85a2d751a639f19f78ca052d092af /libs | |
parent | 23387d29a220128cd7e428857f52650d30292bb4 (diff) |
libs/openldap: add license tag
add license tag
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/openldap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/openldap/Makefile b/libs/openldap/Makefile index 12bbab357..8f978a793 100644 --- a/libs/openldap/Makefile +++ b/libs/openldap/Makefile @@ -17,6 +17,8 @@ PKG_SOURCE_URL:=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/ \ ftp://ftp.nl.uu.net/pub/unix/db/openldap/openldap-release/ \ ftp://ftp.plig.org/pub/OpenLDAP/openldap-release/ PKG_HASH:=cdd6cffdebcd95161a73305ec13fc7a78e9707b46ca9f84fb897cd5626df3824 +PKG_LICENSE:=OLDAP-2.8 +PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf |