projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
tahvo-usb: Use platform device interface properly (don't crash)
[openwrt.git]
/
package
/
libnl-tiny
/
Makefile
diff --git
a/package/libnl-tiny/Makefile
b/package/libnl-tiny/Makefile
index
8a674aa
..
4b02ef1
100644
(file)
--- a/
package/libnl-tiny/Makefile
+++ b/
package/libnl-tiny/Makefile
@@
-28,6
+28,8
@@
define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
+TARGET_CFLAGS += $(FPIC)
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
This page took
0.025017 seconds
and
4
git commands to generate.