projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d43a1
)
samba: Pass required host configure flags. This fixes compile on my x64 box.
author
Michael Büsch
<mb@bu3sch.de>
Tue, 26 Oct 2010 23:03:50 +0000
(23:03 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Tue, 26 Oct 2010 23:03:50 +0000
(23:03 +0000)
SVN-Revision: 23648
net/samba/Makefile
patch
|
blob
|
history
diff --git
a/net/samba/Makefile
b/net/samba/Makefile
index aec6fc60a7ca8d1c4c66a39c0c1236b99a304abd..7f2dd04581d5cdf6bbdf0f036666696c7d988a5e 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 \