[Glibc-bsd-commits] r1961 - in trunk: kfreebsd-6/debian/patches kfreebsd-7/debian/patches

ps-guest at alioth.debian.org ps-guest at alioth.debian.org
Tue Jun 26 18:04:59 UTC 2007


Author: ps-guest
Date: 2007-06-26 18:04:58 +0000 (Tue, 26 Jun 2007)
New Revision: 1961

Modified:
   trunk/kfreebsd-6/debian/patches/010_ET_DYN.diff
   trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff
Log:
* fix tetsing of native freebsd linker, noticed by Thorsten Glaser <tg at mirbsd.de>



Modified: trunk/kfreebsd-6/debian/patches/010_ET_DYN.diff
===================================================================
--- trunk/kfreebsd-6/debian/patches/010_ET_DYN.diff	2007-06-23 20:06:31 UTC (rev 1960)
+++ trunk/kfreebsd-6/debian/patches/010_ET_DYN.diff	2007-06-26 18:04:58 UTC (rev 1961)
@@ -37,7 +37,7 @@
 +		
  	sv = brand_info->sysvec;
 -	if (interp != NULL && brand_info->interp_newpath != NULL)
-+	if (interp != NULL && brand_info->interp_newpath != NULL && !strcmp(interp, "/libexec/ld-elf.so.1") != NULL)
++	if (interp != NULL && brand_info->interp_newpath != NULL && !strcmp(interp, "/libexec/ld-elf.so.1"))
  		interp = brand_info->interp_newpath;
  
  	/*

Modified: trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff
===================================================================
--- trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff	2007-06-23 20:06:31 UTC (rev 1960)
+++ trunk/kfreebsd-7/debian/patches/010_ET_DYN.diff	2007-06-26 18:04:58 UTC (rev 1961)
@@ -38,7 +38,7 @@
 +
  	sv = brand_info->sysvec;
 -	if (interp != NULL && brand_info->interp_newpath != NULL)
-+	if (interp != NULL && brand_info->interp_newpath != NULL && !strcmp(interp, "/libexec/ld-elf.so.1") != NULL)
++	if (interp != NULL && brand_info->interp_newpath != NULL && !strcmp(interp, "/libexec/ld-elf.so.1"))
  		interp = brand_info->interp_newpath;
  
  	/*




More information about the Glibc-bsd-commits mailing list