[FS#4001] libpcap Compile Error
OpenWrt Bugs
openwrt-bugs at lists.openwrt.org
Fri Sep 3 08:25:59 PDT 2021
THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - BroderickJack (BroderickJack)
Attached to Project - OpenWrt/LEDE Project
Summary - libpcap Compile Error
Task Type - Bug Report
Category - Base system
Status - Unconfirmed
Assigned To -
Operating System - All
Severity - Medium
Priority - Very Low
Reported Version - Trunk
Due in Version - Undecided
Due Date - Undecided
Details - am building OpenWRT 19.07 targeting ARM. When I trigger a build that is not a clean build, I run into a build error when compiling libpcap where a directory is being made that already exists.
It was determined that updating line 89 in the libpcap Makefile from:
mkdir $(PKG_BUILD_DIR)/debian
to:
mkdir -p $(PKG_BUILD_DIR)/debian
More information can be found at the following URL:
https://bugs.openwrt.org/index.php?do=details&task_id=4001
You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above.
More information about the openwrt-bugs
mailing list