diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-05 19:58:50 +0200 |
commit | e874f84fdb6eb83d905a72b35d87398374594b97 (patch) | |
tree | 38ecc86989a194756836fa411c4bfb7c4b68913f /package/libol | |
parent | 68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff) |
more regressions found at runtime on alic1c
Diffstat (limited to 'package/libol')
-rw-r--r-- | package/libol/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package/libol/Makefile b/package/libol/Makefile index 6629e2d18..ae0c7dca6 100644 --- a/package/libol/Makefile +++ b/package/libol/Makefile @@ -14,11 +14,12 @@ PKG_SITES:= http://www.balabit.com/downloads/files/libol/0.3/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,LIBOL,libol,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,LIBOL,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_STYLE= gnu +CONFIGURE_ENV+= ac_cv_lib_nsl_gethostbyname=no BUILD_STYLE= auto -INSTALL_STYLE= confprog auto +INSTALL_STYLE= auto post-install: ${INSTALL_DIR} ${IDIR_LIBOL}/usr/lib |