svn commit: trunk/buildroot/package/tar

andersen at uclibc.org andersen at uclibc.org
Fri Sep 30 20:47:40 UTC 2005


Author: andersen
Date: 2005-09-30 13:47:40 -0700 (Fri, 30 Sep 2005)
New Revision: 11711

Log:
also set the gl_cv_func_chown_follows_symlink configure option


Modified:
   trunk/buildroot/package/tar/tar.mk


Changeset:
Modified: trunk/buildroot/package/tar/tar.mk
===================================================================
--- trunk/buildroot/package/tar/tar.mk	2005-09-30 20:46:29 UTC (rev 11710)
+++ trunk/buildroot/package/tar/tar.mk	2005-09-30 20:47:40 UTC (rev 11711)
@@ -26,6 +26,7 @@
 		$(TARGET_CONFIGURE_OPTS) \
 		CFLAGS="$(TARGET_CFLAGS)" \
 		ac_cv_func_chown_works=yes \
+		gl_cv_func_chown_follows_symlink=yes \
 		./configure \
 		--target=$(GNU_TARGET_NAME) \
 		--host=$(GNU_TARGET_NAME) \




More information about the uClibc-cvs mailing list