Add more license tags with SPDX identifiers
[openwrt-github/.git] / package / libs / libevent2 / Makefile
index e260e120d52e43d979bc4db9375e3b5f470d6ea4..4af84393be36f61cf4fde8465e2ab12e7a1ec048 100644 (file)
@@ -17,6 +17,10 @@ PKG_SOURCE_URL:=http://www.monkey.org/~provos/ \
        @SF/levent
 PKG_MD5SUM:=b2405cc9ebf264aa47ff615d9de527a2
 PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>
+PKG_LICENSE:=BSD-3-Clause
+
+PKG_LICENSE:=BSD-3-Clause
+PKG_LICENSE_FILES:=LICENSE
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
@@ -109,7 +113,8 @@ TARGET_CFLAGS += $(FPIC)
 
 CONFIGURE_ARGS += \
        --enable-shared \
-       --enable-static
+       --enable-static \
+       --disable-debug-mode
 
 MAKE_FLAGS += \
        CFLAGS="$(TARGET_CFLAGS)"