From 58ae4d0084dac85027c0ec6560e37bc74341f0ad Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 23 Nov 2009 22:11:35 +0000 Subject: [PATCH] [package] make samba2 compile on ar71xx (#6082) git-svn-id: svn://svn.openwrt.org/openwrt/packages@18506 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/samba/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/samba/Makefile b/net/samba/Makefile index c47a8d41d..aec6fc60a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -50,6 +50,8 @@ define Package/samba-client DEPENDS:=samba-common endef +TARGET_CFLAGS += $(FPIC) + define Build/Compile rm -rf $(PKG_INSTALL_DIR) mkdir -p $(PKG_INSTALL_DIR) -- 2.11.0