projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
468a7e4
)
libs/libtasn1: fix installation issue. (closes #8165)
author
Alexandros C. Couloumbis
<
[email protected]
>
Wed, 3 Nov 2010 08:24:23 +0000
(08:24 +0000)
committer
Alexandros C. Couloumbis
<
[email protected]
>
Wed, 3 Nov 2010 08:24:23 +0000
(08:24 +0000)
SVN-Revision: 23815
libs/libtasn1/Makefile
patch
|
blob
|
history
diff --git
a/libs/libtasn1/Makefile
b/libs/libtasn1/Makefile
index d8f593814681f5f0c8a9b4945d6baa4623183e9f..e7f8f01ada01aa7262f173acf817ef17d0697a40 100644
(file)
--- a/
libs/libtasn1/Makefile
+++ b/
libs/libtasn1/Makefile
@@
-49,6
+49,8
@@
define Build/InstallDev
$(CP) $(PKG_INSTALL_DIR)/usr/include/libtasn1.h $(1)/usr/include/
$(INSTALL_DIR) $(1)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libtasn1.{a,so*} $(1)/usr/lib/
+ $(INSTALL_DIR) $(1)/usr/lib/pkgconfig
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libtasn1*.pc $(1)/usr/lib/pkgconfig/
$(SED) 's,-I$$$${prefix}/include,,g' $(1)/usr/bin/libtasn1-config
$(SED) 's,-L$$$${exec_prefix}/lib,,g' $(1)/usr/bin/libtasn1-config
endef