Browse Source

libartnet: Removed uneeded configure argument

Signed-off-by: Martijn Zilverschoon <martijn@friedzombie.com>
lilik-openwrt-22.03
Martijn Zilverschoon 10 years ago
parent
commit
f63733cdeb
1 changed files with 2 additions and 4 deletions
  1. +2
    -4
      libs/libartnet/Makefile

+ 2
- 4
libs/libartnet/Makefile View File

@ -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


Loading…
Cancel
Save