diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-21 12:00:59 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-21 12:00:59 +0200 |
commit | 614ca036058df95065296fc4f67996af58111788 (patch) | |
tree | 71f67949b99201d829eedde475491366988603b7 /recipes/openldap/openldap_2.3.11.bb | |
parent | bcddd75f5d42d6d3af1f7f576d1d3bbf3fa9b8ba (diff) |
openldap: update to 2.4.17
Diffstat (limited to 'recipes/openldap/openldap_2.3.11.bb')
-rw-r--r-- | recipes/openldap/openldap_2.3.11.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/openldap/openldap_2.3.11.bb b/recipes/openldap/openldap_2.3.11.bb index fb980cb946..9315f5b3d1 100644 --- a/recipes/openldap/openldap_2.3.11.bb +++ b/recipes/openldap/openldap_2.3.11.bb @@ -11,7 +11,7 @@ PRIORITY = "optional" LICENSE = "OpenLDAP" SECTION = "libs" -PR = "r4" +PR = "r5" LDAP_VER = "${@'.'.join(bb.data.getVar('PV',d,1).split('.')[0:2])}" @@ -217,6 +217,8 @@ PACKAGES += "${PN}-overlay-proxycache" EXTRA_OECONF += "${OPENLDAP_OPTIONS}" DEPENDS += "${OPENLDAP_DEPENDS}" +CPPFLAGS_append = " -D_GNU_SOURCE" + do_configure() { gnu-configize oe_runconf |