diff options
Diffstat (limited to 'package/libnet/Makefile')
-rw-r--r-- | package/libnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libnet/Makefile b/package/libnet/Makefile index bc3a13b97..9eb7a3eeb 100644 --- a/package/libnet/Makefile +++ b/package/libnet/Makefile @@ -19,7 +19,7 @@ ifeq (${ARCH},mips) ENDIAN:=big endif -$(eval $(call PKG_template,LIBNET,libnet,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,LIBNET,libnet,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ENV+= ac_libnet_have_pf_packet=yes \ |