mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 21:47:45 +00:00
STABLE14-rename-afssetpag-dot-map-to-mapfile-20051017
The Solaris/Linux symbol export files must be named "mapfile" (see the definition of SHLIB_LINKER for Solaris). RCS file: /cvs/openafs/src/sys/Attic/afssetpag.map,v Working file: src/sys/afssetpag.map head: 1.2 branch: locks: strict access list: keyword substitution: kv total revisions: 4; selected revisions: 0 description: (cherry picked from commit 8922ad369e1df7d9a983986b4eafe19153da55ae)
This commit is contained in:
parent
24e12618d9
commit
37c222d836
@ -54,14 +54,14 @@ ${LIBAFSSETPAG}: ${SHLIBOBJS}
|
||||
case ${SYS_NAME} in \
|
||||
*_linux*) \
|
||||
${SHLIB_LINKER} -Wl,-h,libafssetpag.so.${LIBAFSSETPAGMAJOR} \
|
||||
-o ${LIBAFSSETPAG} -Wl,--version-script=afssetpag.map \
|
||||
-o ${LIBAFSSETPAG} -Wl,--version-script=mapfile \
|
||||
${SHLIBOBJS};; \
|
||||
rs_aix4*) \
|
||||
${SHLIB_LINKER} -o ${LIBAFSSETPAG} ${SHLIBOBJS} \
|
||||
-bE:afssetpag.exp;; \
|
||||
sun*_5*) \
|
||||
${SHLIB_LINKER} -h libafssetpag.so.${LIBAFSSETPAGMAJOR} \
|
||||
-Wl,-M afssetpag.map -o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
|
||||
-o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
|
||||
*) \
|
||||
${SHLIB_LINKER} -o ${LIBAFSSETPAG} ${SHLIBOBJS};; \
|
||||
esac
|
||||
|
Loading…
x
Reference in New Issue
Block a user