mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug that broke the build under MingW32.
This commit is contained in:
@@ -17552,3 +17552,5 @@
|
||||
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added support for cross-compiling 'rivwebcapi' for Windows with
|
||||
the MingW64 environment.
|
||||
2018-08-31 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug that broke the build under MingW32.
|
||||
|
@@ -25,6 +25,6 @@ export RANLIB=i686-w64-mingw32-gcc-ranlib
|
||||
3) cd to 'apis/rivwebcapi/' in the Rivendell sources and do:
|
||||
|
||||
./autogen.sh
|
||||
./configure --prefix=$MINGW32_SYS_ROOT --i686-w64-mingw32
|
||||
./configure --prefix=$MINGW32_SYS_ROOT --host=i686-w64-mingw32
|
||||
make
|
||||
make install (as root)
|
||||
|
@@ -26,6 +26,12 @@ SUBDIRS = rivwebcapi \
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = rivwebcapi.pc
|
||||
|
||||
EXTRA_DIST = acinclude.m4\
|
||||
autogen.sh\
|
||||
configure.ac\
|
||||
get_distro.pl\
|
||||
get_target.sh
|
||||
|
||||
CLEANFILES = *~\
|
||||
*.idb\
|
||||
*ilk\
|
||||
|
Reference in New Issue
Block a user