svn commit: r314837 - head/lib/libxo/tests/encoder

Rodney W. Grimes rgrimes at FreeBSD.org
Tue Mar 7 06:11:37 UTC 2017


Author: rgrimes
Date: Tue Mar  7 06:11:36 2017
New Revision: 314837
URL: https://svnweb.freebsd.org/changeset/base/314837

Log:
  The relative symlink fix causes downstream issues for
  EMC DELL Isilon so revert the relative symlink fix
  pending a better solution.
  
  Reported by:	ngie
  Approved by:	greham (mentor) Implicit as reverting
  MFC after:	1 week

Modified:
  head/lib/libxo/tests/encoder/Makefile

Modified: head/lib/libxo/tests/encoder/Makefile
==============================================================================
--- head/lib/libxo/tests/encoder/Makefile	Tue Mar  7 05:57:18 2017	(r314836)
+++ head/lib/libxo/tests/encoder/Makefile	Tue Mar  7 06:11:36 2017	(r314837)
@@ -8,7 +8,7 @@ SHLIB_NAME=	libenc_test.so
 
 LIBDIR=		${TESTSBASE}/lib/libxo
 
-SYMLINKS+=	../../../tests/lib/libxo/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
+SYMLINKS+=	${LIBDIR}/${SHLIB_NAME} /usr/lib/libxo/encoder/test.enc
 
 SRCS=		enc_test.c
 


More information about the svn-src-all mailing list