diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-09-27 15:13:35 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-09-27 15:13:35 +0000 |
commit | 95064f9c32ac8f08257a2b3724d4e32bd2f324ad (patch) | |
tree | 0458a178534ce9477b66d1c310fabd9bc9fbc0bb /package/ebtables/Makefile | |
parent | 87060f7801c130b25a7bf43b7e16baaf7579c7aa (diff) | |
download | upstream-95064f9c32ac8f08257a2b3724d4e32bd2f324ad.tar.gz upstream-95064f9c32ac8f08257a2b3724d4e32bd2f324ad.tar.bz2 upstream-95064f9c32ac8f08257a2b3724d4e32bd2f324ad.zip |
Fix location to the ebtables modules (#3855)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12735 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ebtables/Makefile')
-rw-r--r-- | package/ebtables/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |