mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-02 18:03:39 +08:00
package/libnatpmp: fix header install
Upstream renamed declspec.h to natpmp_declspec.h
1d11336398
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
cef05ae156
commit
6255ea2f65
@ -18,7 +18,7 @@ endef
|
|||||||
define LIBNATPMP_INSTALL_STAGING_CMDS
|
define LIBNATPMP_INSTALL_STAGING_CMDS
|
||||||
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) \
|
||||||
PREFIX=$(STAGING_DIR) \
|
PREFIX=$(STAGING_DIR) \
|
||||||
HEADERS='declspec.h natpmp.h' \
|
HEADERS='natpmp_declspec.h natpmp.h' \
|
||||||
$(TARGET_CONFIGURE_OPTS) install
|
$(TARGET_CONFIGURE_OPTS) install
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user