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
This commit is contained in:
parent
ce9f2d31b3
commit
6dcfd4368f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user