projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
rename generic-2.6/config-default to generic-2.6/config-2.6.21
[openwrt.git]
/
package
/
libnl
/
Makefile
diff --git
a/package/libnl/Makefile
b/package/libnl/Makefile
index
f55d494
..
c763526
100644
(file)
--- a/
package/libnl/Makefile
+++ b/
package/libnl/Makefile
@@
-29,6
+29,8
@@
define Package/libnl/description
This package contains a library for applications dealing with netlink sockets
endef
This package contains a library for applications dealing with netlink sockets
endef
+TARGET_CFLAGS += -ffunction-sections $(FPIC)
+
define Build/Compile
$(call Build/Compile/Default)
make -C $(PKG_BUILD_DIR) \
define Build/Compile
$(call Build/Compile/Default)
make -C $(PKG_BUILD_DIR) \
@@
-36,7
+38,7
@@
define Build/Compile
install
endef
install
endef
-ifneq ($(CONFIG_LINUX_2_6
_23)$(CONFIG_LINUX_2_6_24
),)
+ifneq ($(CONFIG_LINUX_2_6),)
define Build/InstallDev
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
define Build/InstallDev
$(INSTALL_DIR) $(1)
$(CP) $(PKG_INSTALL_DIR)/* $(1)/
This page took
0.021489 seconds
and
4
git commands to generate.