mirror of
https://github.com/openwrt/packages.git
synced 2026-02-04 12:06:29 +08:00
libartnet: Removed uneeded configure argument
Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user