Merge pull request #5763 from neheb/patch-1

aircrack-ng: Add -std=gnu89 to fix compile issues.
This commit is contained in:
Hannu Nyman
2018-03-15 17:40:51 +02:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=aircrack-ng
PKG_VERSION:=1.2-rc1
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=LICENSE
@@ -51,6 +51,8 @@ define Package/airmon-ng/description
Bash script designed to turn wireless cards into monitor mode.
endef
TARGET_CFLAGS += -std=gnu89
MAKE_FLAGS += prefix=/usr \
libnl=true \
sqlite=false \