projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
package/carl9170: refresh patches
[openwrt.git]
/
package
/
linux-atm
/
Makefile
diff --git
a/package/linux-atm/Makefile
b/package/linux-atm/Makefile
index
0e469c7
..
38e9034
100644
(file)
--- a/
package/linux-atm/Makefile
+++ b/
package/linux-atm/Makefile
@@
-40,21
+40,17
@@
define Package/atm-tools/description
This package contains the Linux ATM tools.
endef
This package contains the Linux ATM tools.
endef
-define Build/Prepare
- $(call Build/Prepare/Default)
- $(INSTALL_BIN) $(SCRIPT_DIR)/config.sub $(SCRIPT_DIR)/config.guess $(PKG_BUILD_DIR)/
-endef
-
define Build/Configure
define Build/Configure
- (cd $(PKG_BUILD_DIR); \
- ./configure \
- )
- #$(call Build/Configure/Default)
+ $(call Build/Configure/Default)
# prevent autoheader invocation
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
define Build/Compile
# prevent autoheader invocation
touch $(PKG_BUILD_DIR)/stamp-h.in
endef
define Build/Compile
+ # src/qgen is built with HOSTCC, which does not really like our LDFLAGS
+ $(MAKE) -C $(PKG_BUILD_DIR)/src/qgen \
+ LDFLAGS="" \
+ all
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
all install
This page took
0.024556 seconds
and
4
git commands to generate.