projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cd02fd
)
libartnet: Removed uneeded configure argument
author
Martijn Zilverschoon
<martijn@friedzombie.com>
Mon, 1 Dec 2014 07:43:39 +0000
(08:43 +0100)
committer
Martijn Zilverschoon
<martijn@friedzombie.com>
Mon, 1 Dec 2014 07:45:13 +0000
(08:45 +0100)
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
libs/libartnet/Makefile
patch
|
blob
|
history
diff --git
a/libs/libartnet/Makefile
b/libs/libartnet/Makefile
index c8c66346d20673fcf439ec271d9a57dc5f91f6d2..c5b003e0211bf14002132e75eddaee15f57d3441 100644
(file)
--- a/
libs/libartnet/Makefile
+++ b/
libs/libartnet/Makefile
@@
-17,7
+17,7
@@
PKG_MD5SUM:=dcceab3efe3dae4c18fa549dbd198e71
PKG_MAINTAINER:=Martijn Zilverschoon <martijn@friedzombie.com>
-PKG_LICENSE:=
L
GPL-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