summaryrefslogtreecommitdiff
path: root/cleopatre/buildroot/package/ebtables
diff options
context:
space:
mode:
authorlefranc2008-08-29 13:11:26 +0000
committerlefranc2008-08-29 13:11:26 +0000
commitabdbc9f21c94b14339fe65720efb161c9ae601b4 (patch)
treead5d3e132de0a347daefee4b9350da9539ff579d /cleopatre/buildroot/package/ebtables
parentd1388ad05e593d3893d9e9ec50e49974f5bddd54 (diff)
[buildroot] added the default link to linux sources
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@2796 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/buildroot/package/ebtables')
-rw-r--r--cleopatre/buildroot/package/ebtables/ebtables.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/cleopatre/buildroot/package/ebtables/ebtables.mk b/cleopatre/buildroot/package/ebtables/ebtables.mk
index 49d098ca4b..5cf08d6904 100644
--- a/cleopatre/buildroot/package/ebtables/ebtables.mk
+++ b/cleopatre/buildroot/package/ebtables/ebtables.mk
@@ -41,7 +41,8 @@ $(TARGET_DIR)/usr/sbin/ebtables: $(EBTABLES_BUILD_DIR)/ebtables
DESTDIR=$(TARGET_DIR) install \
INITDIR=/etc/init.d \
SYSCONFIGDIR=/etc \
- BINDIR=/usr/sbin
+ BINDIR=/usr/sbin \
+ LIBDIR=/usr/lib/ebtables
$(STRIPCMD) $(TARGET_DIR)/usr/sbin/ebtables
$(STRIPCMD) $(TARGET_DIR)/usr/lib/ebtables/*.so
ifneq ($(BR2_HAVE_MANPAGES),y)