16 lines
1.0 KiB
Plaintext
16 lines
1.0 KiB
Plaintext
$NetBSD: patch-aa,v 1.1 2011/04/21 14:27:34 hans Exp $
|
|
|
|
--- configure.orig 2008-04-21 00:05:52.000000000 +0200
|
|
+++ configure 2010-01-08 19:02:21.747296958 +0100
|
|
@@ -3003,8 +3003,8 @@ echo "${ECHO_T}Solaris" >&6; }
|
|
PLUGIN_CFLAGS='-fPIC'
|
|
PLUGIN_LDFLAGS='-shared -fPIC'
|
|
PLUGIN_SUFFIX='.so'
|
|
- INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR} && rm -f ${DESTDIR}${libdir}/$$i && ${LN_S} $$i.${LIB_MAJOR}.${LIB_MINOR} ${DESTDIR}${libdir}/$$i'
|
|
- UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}'
|
|
+ INSTALL_LIB='${INSTALL} -m 755 $$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0 && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} && ${LN_S} -f $$i.${LIB_MAJOR}.${LIB_MINOR}.0 ${DESTDIR}${libdir}/$$i'
|
|
+ UNINSTALL_LIB='rm -f ${DESTDIR}${libdir}/$$i ${DESTDIR}${libdir}/$$i.${LIB_MAJOR} ${DESTDIR}${libdir}/$$i.${LIB_MAJOR}.${LIB_MINOR}.0'
|
|
CLEAN_LIB=''
|
|
;;
|
|
*-*-cygwin | *-*-mingw32)
|