[OpenWrt-Tickets] [OpenWrt] #2037: samba compile on mac osx cannot determine host system
OpenWrt
openwrt-devel at lists.openwrt.org
Fri Mar 28 16:43:09 CET 2008
#2037: samba compile on mac osx cannot determine host system
---------------------------------+------------------------------------------
Reporter: hanicka at hanicka.net | Owner: blogic
Type: defect | Status: new
Priority: high | Milestone:
Component: packages | Resolution:
Keywords: |
---------------------------------+------------------------------------------
Comment (by anonymous):
sorry, forget the previous patch, use this one:
{{{
--- /tmp/Makefile 2008-03-28 14:55:51.000000000 +0100
+++ /tmp/Makefile.new 2008-03-28 16:20:59.000000000 +0100
@@ -57,8 +57,7 @@
define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
- (cd $(PKG_BUILD_DIR)/source ; rm -rf config.{cache,status} ; \
- ./configure \
+ $(call Build/Configure/Default, \
--program-prefix="" \
--program-suffix="" \
--prefix=/usr \
@@ -77,7 +76,7 @@
$(DISABLE_NLS) \
--with-lockdir=/var/run/samba \
--with-privatedir=/etc/samba \
- );
+ ,,source)
$(MAKE) -C $(PKG_BUILD_DIR)/source \
bin/make_smbcodepage bin/make_unicodemap
(cd $(PKG_BUILD_DIR)/source/bin ; \
}}}
--
Ticket URL: <https://dev.openwrt.org/ticket/2037#comment:5>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
More information about the openwrt-tickets
mailing list