Skip to content

Commit

Permalink
Update openhd.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 13, 2024
1 parent 2a49623 commit 57b8dc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion external/buildroot/package/openhd/openhd.mk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ OPENHD_CONF_OPTS = \
-DCMAKE_PREFIX_PATH=$(STAGING_DIR)/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPoco_DIR=$(STAGING_DIR)/usr/lib/cmake/Poco
-DPoco_DIR=$(STAGING_DIR)/usr/lib/cmake/Poco \
-DPCAP_LIBRARY=$(STAGING_DIR)/usr/lib/libpcap.so \
-DPCAP_INCLUDE_DIR=$(STAGING_DIR)/usr/include

# Use Buildroot's CMake package infrastructure to handle the build
$(eval $(cmake-package))

0 comments on commit 57b8dc9

Please sign in to comment.