[Glibc-bsd-commits] r4930 - trunk/kfreebsd-10/debian

Robert Millan rmh at alioth.debian.org
Sun Sep 1 19:53:05 UTC 2013


Author: rmh
Date: 2013-09-01 19:53:05 +0000 (Sun, 01 Sep 2013)
New Revision: 4930

Modified:
   trunk/kfreebsd-10/debian/changelog
   trunk/kfreebsd-10/debian/rules
Log:
Stop overriding linker_path, this is done in userland already.

Modified: trunk/kfreebsd-10/debian/changelog
===================================================================
--- trunk/kfreebsd-10/debian/changelog	2013-08-31 01:20:49 UTC (rev 4929)
+++ trunk/kfreebsd-10/debian/changelog	2013-09-01 19:53:05 UTC (rev 4930)
@@ -1,3 +1,9 @@
+kfreebsd-10 (10.0~svn254663-2) UNRELEASED; urgency=low
+
+  * Stop overriding linker_path, this is done in userland already.
+
+ -- Robert Millan <rmh at debian.org>  Sun, 01 Sep 2013 21:52:37 +0200
+
 kfreebsd-10 (10.0~svn254663-1) experimental; urgency=low
 
   * New upstream snapshot.

Modified: trunk/kfreebsd-10/debian/rules
===================================================================
--- trunk/kfreebsd-10/debian/rules	2013-08-31 01:20:49 UTC (rev 4929)
+++ trunk/kfreebsd-10/debian/rules	2013-09-01 19:53:05 UTC (rev 4930)
@@ -159,7 +159,6 @@
 
 	# Set /lib/modules/${RELEASE} as module dir
 	sed -i -e 's,^KODIR?=.*,KODIR="/lib/modules/$(version)-$(abiname)-$*",g' $(FLAVOR_DIR)-$*/sys/conf/kern.pre.mk
-	sed -i -e '/^static char linker_path/s,".*","/lib/modules/$(version)-$(abiname)-$*",g' $(FLAVOR_DIR)-$*/sys/kern/kern_linker.c
 
 	# Always set explicit link target to match with ld's implicit target (needed
 	# to build on non-kFreeBSD)




More information about the Glibc-bsd-commits mailing list