projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe1952
)
samba: Pass required host configure flags. This fixes compile on my x64 box.
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 26 Oct 2010 23:03:50 +0000
(23:03 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 26 Oct 2010 23:03:50 +0000
(23:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23648
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
net/samba/Makefile
patch
|
blob
|
history
diff --git
a/net/samba/Makefile
b/net/samba/Makefile
index
aec6fc6
..
7f2dd04
100644
(file)
--- a/
net/samba/Makefile
+++ b/
net/samba/Makefile
@@
-57,6
+57,8
@@
define Build/Compile
mkdir -p $(PKG_INSTALL_DIR)
(cd $(PKG_BUILD_DIR)/source ; rm -rf config.{cache,status} ; \
./configure \
+ $(HOST_CONFIGURE_VARS) \
+ $(HOST_CONFIGURE_ARGS) \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \