Skip to content

Commit

Permalink
aircrack-ng: Mangix uclibc++
Browse files Browse the repository at this point in the history
Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Mar 28, 2019
1 parent 1adbfb2 commit 4117618
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion net/aircrack-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_AIRCRACK_NG_HWLOC \
CONFIG_AIRCRACK_NG_SQLITE3

include $(INCLUDE_DIR)/uclibc++.mk
include $(INCLUDE_DIR)/package.mk

define Package/aircrack-ng
SECTION:=net
CATEGORY:=Network
DEPENDS:=+AIRCRACK_NG_HWLOC:libhwloc +libpcap +libpcre +libpthread +libstdcpp
DEPENDS:=$(CXX_DEPENDS) +AIRCRACK_NG_HWLOC:libhwloc +libpcap +libpcre +libpthread
DEPENDS += +AIRCRACK_NG_OPENSSL:libopenssl
DEPENDS += +AIRCRACK_NG_GCRYPT:libgcrypt
DEPENDS += +AIRCRACK_NG_SQLITE3:libsqlite3
Expand Down

0 comments on commit 4117618

Please sign in to comment.