git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a11471c
)
c-ares: enable shared library support
author
Phil Blundell
<philb@gnu.org>
Fri, 29 Aug 2008 14:16:33 +0000
(14:16 +0000)
committer
Phil Blundell
<philb@gnu.org>
Fri, 29 Aug 2008 14:16:33 +0000
(14:16 +0000)
packages/c-ares/c-ares_1.5.3.bb
patch
|
blob
|
history
diff --git
a/packages/c-ares/c-ares_1.5.3.bb
b/packages/c-ares/c-ares_1.5.3.bb
index
9098a9c
..
7375bda
100644
(file)
--- a/
packages/c-ares/c-ares_1.5.3.bb
+++ b/
packages/c-ares/c-ares_1.5.3.bb
@@
-4,11
+4,14
@@
SECTION = "libs"
SRC_URI = "http://daniel.haxx.se/projects/c-ares/c-ares-${PV}.tar.gz"
LICENSE = "MIT"
S = "${WORKDIR}/c-ares-${PV}"
+PR = "r1"
inherit autotools
+EXTRA_OECONF = "--enable-shared"
+
do_stage() {
- oe_libinstall -C .libs -a libcares ${STAGING_LIBDIR}
+ oe_libinstall -C .libs -a
-so
libcares ${STAGING_LIBDIR}
install -d ${STAGING_INCDIR}/ares
install -m 0644 ares*.h ${STAGING_INCDIR}/ares/
}