diff options
Diffstat (limited to 'libs/libseccomp')
-rw-r--r-- | libs/libseccomp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile index 248432424..6025a271d 100644 --- a/libs/libseccomp/Makefile +++ b/libs/libseccomp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libseccomp PKG_VERSION:=2.5.4 -PKG_RELEASE:=$(AUTORELEASE) +PKG_RELEASE:=2 PKG_BUILD_FLAGS:=no-mips16 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |