aboutsummaryrefslogtreecommitdiff
path: root/libs/libartnet
diff options
context:
space:
mode:
authorMartijn Zilverschoon <martijn@friedzombie.com>2014-12-01 08:43:39 +0100
committerMartijn Zilverschoon <martijn@friedzombie.com>2014-12-01 08:45:13 +0100
commitf63733cdeb1840d11d9ef6c68669967179b3b2dd (patch)
treef45963b5a2d1f725f1fc78c4d4ebddf83ba0ef63 /libs/libartnet
parent2cd02fd11d649db980c2e50ca91acaaba5a93fb5 (diff)
libartnet: Removed uneeded configure argument
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
Diffstat (limited to 'libs/libartnet')
-rw-r--r--libs/libartnet/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/libs/libartnet/Makefile b/libs/libartnet/Makefile
index c8c66346d..c5b003e02 100644
--- a/libs/libartnet/Makefile
+++ b/libs/libartnet/Makefile
@@ -17,7 +17,7 @@ PKG_MD5SUM:=dcceab3efe3dae4c18fa549dbd198e71
PKG_MAINTAINER:=Martijn Zilverschoon <martijn@friedzombie.com>
-PKG_LICENSE:=LGPL-2.1
+PKG_LICENSE:=GPL-2.1
PKG_LICENSE_FILES:=COPYING
include $(INCLUDE_DIR)/package.mk
@@ -35,9 +35,7 @@ define Package/libartnet/description
endef
define Build/Configure
- $(call Build/Configure/Default, \
- --prefix=/usr \
- )
+ $(call Build/Configure/Default)
endef
define Build/Compile