openl2tp: fix library path
authorFlorian Fainelli <florian@openwrt.org>
Fri, 20 Apr 2012 13:26:14 +0000 (13:26 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Fri, 20 Apr 2012 13:26:14 +0000 (13:26 +0000)
commit260825beb19734b7db8781cab389afa703f8f77f
tree525176b836b40e0937a789359d2a32b7895c8ea0
parenteb6765d71735a4640aef54a32d86367ea6d0e861
openl2tp: fix library path

When host is x86_64 other than Debian, the Makefile of openl2tp uses /usr/lib64
as SYS_LIBDIR instead of /usr/lib.
Aparently setting CROSS_COMPILE is the way the authors intended to handle this
situation correctly.

Signed-off-by: Daniel Golle <dgolle@allnet.de>
SVN-Revision: 31366
net/openl2tp/Makefile