--- busybox-1.3.0/archival/libunarchive/get_header_tar.c	Wed Dec 13 01:09:51 2006
+++ busybox-1.3.0.CONFIG_FEATURE_TAR_GNU_EXTENSIONS/archival/libunarchive/get_header_tar.c	Thu Dec 14 23:57:50 2006
@@ -74,8 +74,10 @@
 
 	if (sizeof(tar) != 512)
 		BUG_tar_header_size();
- again:
 
+#if ENABLE_FEATURE_TAR_GNU_EXTENSIONS
+ again:
+#endif
 	/* Align header */
 	data_align(archive_handle, 512);
 
