diff options
Diffstat (limited to 'package/libdaemon')
-rw-r--r-- | package/libdaemon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/libdaemon/Makefile b/package/libdaemon/Makefile index ee7ebadb6..5002e5eac 100644 --- a/package/libdaemon/Makefile +++ b/package/libdaemon/Makefile @@ -18,7 +18,8 @@ $(eval $(call PKG_template,LIBDAEMON,libdaemon,${PKG_VERSION}-${PKG_RELEASE},${P # uClibc setpgrp does not take arguments CONFIGURE_ENV+= ac_cv_func_setpgrp_void=yes -CONFIGURE_ARGS+= --disable-lynx +CONFIGURE_ARGS+= --disable-lynx \ + --disable-examples post-install: ${INSTALL_DIR} ${IDIR_LIBDAEMON}/usr/lib |