diff options
Diffstat (limited to 'package/openldap')
-rw-r--r-- | package/openldap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/openldap/Makefile b/package/openldap/Makefile index 267b61d2b..ca3defa4a 100644 --- a/package/openldap/Makefile +++ b/package/openldap/Makefile @@ -60,7 +60,7 @@ CONFIGURE_ENV+= ac_cv_func_memcmp_working=yes CONFIGURE_ARGS+= ${PKG_CONFIGURE_OPTIONS} BUILD_STYLE= auto INSTALL_STYLE= auto -XAKE_FLAGS+= STRIP="" +XAKE_FLAGS+= STRIP="" CPPFLAGS="-D_GNU_SOURCE" post-install: ${INSTALL_DIR} ${IDIR_LIBOPENLDAP}/etc/openldap |