Browse Source

Merge pull request #3702 from hauke/libcoap

libcoap: fix PKG_BUILD_DIR
lilik-openwrt-22.03
Hannu Nyman 8 years ago
committed by GitHub
parent
commit
03c3fbb96b
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      libs/libcoap/Makefile

+ 3
- 1
libs/libcoap/Makefile View File

@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libcoap
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/obgm/libcoap
@ -20,6 +20,8 @@ PKG_MAINTAINER:=Anton Glukhov <anton.a.glukhov@gmail.com>
PKG_LICENSE:=GPL-2.0+ BSD-2-Clause
PKG_LICENSE_FILES:=COPYING LICENSE.GPL LICENSE.BSD
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1


Loading…
Cancel
Save