projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
uci: fix one more unused-but-set issue (#9731)
[openwrt.git]
/
package
/
libnl-tiny
/
Makefile
diff --git
a/package/libnl-tiny/Makefile
b/package/libnl-tiny/Makefile
index
46a7259
..
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_NAME:=libnl-tiny
PKG_VERSION:=0.1
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/package.mk
@@
-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) \
@@
-36,9
+38,10
@@
define Build/Compile
endef
define Build/InstallDev
endef
define Build/InstallDev
- $(INSTALL_DIR) $(1)/usr/lib $(1)/usr/include/libnl-tiny
+ $(INSTALL_DIR) $(1)/usr/lib
/pkgconfig
$(1)/usr/include/libnl-tiny
$(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/libnl-tiny
$(CP) $(PKG_BUILD_DIR)/libnl-tiny.so $(1)/usr/lib/
$(CP) $(PKG_BUILD_DIR)/include/* $(1)/usr/include/libnl-tiny
$(CP) $(PKG_BUILD_DIR)/libnl-tiny.so $(1)/usr/lib/
+ $(CP) ./files/libnl-tiny.pc $(1)/usr/lib/pkgconfig
endef
define Package/libnl-tiny/install
endef
define Package/libnl-tiny/install
This page took
0.025177 seconds
and
4
git commands to generate.