diff options
Diffstat (limited to 'libetpan/libetpan_0.33pre.oe')
-rw-r--r-- | libetpan/libetpan_0.33pre.oe | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libetpan/libetpan_0.33pre.oe b/libetpan/libetpan_0.33pre.oe index 5cc6b2a2e8..5d06d7909c 100644 --- a/libetpan/libetpan_0.33pre.oe +++ b/libetpan/libetpan_0.33pre.oe @@ -1,19 +1,20 @@ DESCRIPTION = "libetpan is a library for mail server functions" SECTION = "libs" DEPENDS = "openssl" -PR = "r1" +PR = "r2" FILES_${PN} = "${libdir}/lib*.so.*" FILES_${PN}-dev = "${bindir} ${includedir} ${libdir}/lib*.so ${libdir}/*.la \ - ${libdir}/*.a" + ${libdir}/*.a ${libdir}/pkgconfig" SRC_URI = "http://www.alwins-world.de/oe/libetpan-${PV}.tar.bz2 \ file://mailstream_socket.patch;patch=1 \ file://smtptls.patch;patch=1" \ file://config_iconv.patch;patch=1" \ file://includedir.patch;patch=1;pnum=0 \ + file://pkgconfig.patch;patch=1 \ file://gcc34.patch;patch=1" -inherit autotools +inherit autotools pkgconfig EXTRA_OECONF = "--with-openssl=${STAGING_LIBDIR}/.. --disable-db --prefix=${TARGET_DIR}" |