projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'openssl'
[openwrt.git]
/
package
/
libjson-c
/
Makefile
diff --git
a/package/libjson-c/Makefile
b/package/libjson-c/Makefile
index
bcb2984
..
f713cc6
100644
(file)
--- a/
package/libjson-c/Makefile
+++ b/
package/libjson-c/Makefile
@@
-44,12
+44,6
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/json.pc $(1)/usr/lib/pkgconfig/
endef
$(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/json.pc $(1)/usr/lib/pkgconfig/
endef
-define Build/UninstallDev
- rm -rf $(1)/usr/include/json \
- $(1)/usr/lib/libjson.{a,so*} \
- $(1)/usr/lib/pkgconfig/json.pc
-endef
-
define Package/libjson/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libjson.so.* $(1)/usr/lib/
define Package/libjson/install
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libjson.so.* $(1)/usr/lib/
This page took
0.021507 seconds
and
4
git commands to generate.