buildsys  Check-in [72b5035ef6]

Overview
Comment:Fix wrong output in BUILDSYS_SHARED_LIB.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 72b5035ef60295c6be009835e9275b3a44d84af73256cbd13193353c15aa1580
User & Date: js on 2009-11-28 14:56:03
Other Links: manifest | tags
Context
2009-12-01
14:53
Add support for compiling .S files. check-in: 2448a5a3bf user: js tags: trunk
2009-11-28
14:56
Fix wrong output in BUILDSYS_SHARED_LIB. check-in: 72b5035ef6 user: js tags: trunk
2009-11-15
00:56
Use -undefined suppress only for plugins. check-in: 5bc0937e72 user: js tags: trunk
Changes

Modified m4/buildsys.m4 from [cf5219c868] to [dd1eb06030].

82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
			PLUGIN_SUFFIX='.so'
			RPATH_LDFLAGS='-Wl,-rpath,${libdir}'
			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}'
			CLEAN_LIB=''
			;;
		*-*-openbsd* | *-*-mirbsd*)
			AC_MSG_RESULT(Solaris)
			LIB_CPPFLAGS='-DPIC'
			LIB_CFLAGS='-fPIC'
			LIB_LDFLAGS='-shared -fPIC'
			LIB_PREFIX='lib'
			LIB_SUFFIX='.so.${LIB_MAJOR}.${LIB_MINOR}'
			PLUGIN_CPPFLAGS='-DPIC'
			PLUGIN_CFLAGS='-fPIC'







|







82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
			PLUGIN_SUFFIX='.so'
			RPATH_LDFLAGS='-Wl,-rpath,${libdir}'
			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}'
			CLEAN_LIB=''
			;;
		*-*-openbsd* | *-*-mirbsd*)
			AC_MSG_RESULT(OpenBSD)
			LIB_CPPFLAGS='-DPIC'
			LIB_CFLAGS='-fPIC'
			LIB_LDFLAGS='-shared -fPIC'
			LIB_PREFIX='lib'
			LIB_SUFFIX='.so.${LIB_MAJOR}.${LIB_MINOR}'
			PLUGIN_CPPFLAGS='-DPIC'
			PLUGIN_CFLAGS='-fPIC'