projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[lantiq] Initial DSL framework
[openwrt.git]
/
package
/
libnl-tiny
/
Makefile
diff --git
a/package/libnl-tiny/Makefile
b/package/libnl-tiny/Makefile
index
8a674aa
..
f964249
100644
(file)
--- a/
package/libnl-tiny/Makefile
+++ b/
package/libnl-tiny/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=libnl-tiny
PKG_VERSION:=0.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
include $(INCLUDE_DIR)/package.mk
@@
-28,6
+28,8
@@
define Build/Prepare
$(CP) ./src/* $(PKG_BUILD_DIR)/
endef
+TARGET_CFLAGS += $(FPIC)
+
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
$(TARGET_CONFIGURE_OPTS) \
This page took
0.021354 seconds
and
4
git commands to generate.