From: Florian Fainelli Date: Sat, 27 Sep 2008 15:13:35 +0000 (+0000) Subject: Fix location to the ebtables modules (#3855) X-Git-Tag: v19.07.0-rc1~36153 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f1b0fe6f284f5cc19a0213b4fbd8abb8dfe4245a;p=openwrt%2Fstaging%2Fhauke.git Fix location to the ebtables modules (#3855) SVN-Revision: 12735 --- diff --git a/package/ebtables/Makefile b/package/ebtables/Makefile index 3da99f329e..aef4285d28 100644 --- a/package/ebtables/Makefile +++ b/package/ebtables/Makefile @@ -36,7 +36,8 @@ define Package/ebtables/description endef MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS)" + CFLAGS="$(TARGET_CFLAGS)" \ + LIBDIR="/usr/lib/ebtables" define Package/ebtables/install $(INSTALL_DIR) $(1)/etc