| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| | |
dlfcn-win32: build test files and remove /tmp/test.{c,dll}
|
| |
| |
| |
| | |
fix #994
|
| |
| |
| |
| | |
Remove the comment about MXE not supporting shared target.
|
|/ |
|
| |
|
| |
|
|\
| |
| | |
disable networking with LD_PRELOAD when build
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Prevent $(WGET) from downloading on platforms not supporting LD_PRELOAD.
fix #969
|
| |
| |
| |
| | |
see #969
|
|\ \
| | |
| | | |
gdk-pixbuf2-devel not gdk-pixbuf-devel
|
| |/
| |
| | |
This is to provide gdk-pixbuf-csource.
|
|\ \
| |/
|/| |
build-pkg: add EOL after last line in *.list file
|
|/
|
|
| |
fix #979
|
|\
| |
| | |
aubio: disable txt2man and doxygen docs
|
|/
|
|
| |
see #952
|
| |
|
|\
| |
| | |
add packages lzma and upx
|
| | |
|
| | |
|
|/ |
|
|\
| |
| | |
build-pkg: print progress
|
| |
| |
| |
| |
| |
| |
| | |
There are 20 huge packages like gcc that are compiled for a half
of the build time. The time left expected by the progess printer
changes dramatically after building a huge package. Information
about huge packages smoothes the changes.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Example:
[ 4/100] The build is expected to complete in 0.3 hours, on Thu Oct 29 23:03:27 2015
|
| |
| |
| |
| |
| | |
echo is format + print
log is echo('[build-pkg]', ...)
|
| | |
|
|\ \
| |/
|/| |
add package ucl
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
libtool could not find -lwinmm and produced the following message:
*** Warning: linker path does not have real file for library -lwinmm.
*** I have the capability to make that library automatically link in when
*** you link to this library. But I can only do this if you have a
*** shared version of the library, which you do not appear to have
*** because I did check the linker path looking for a file starting
*** with libwinmm and none of the candidates passed a file format test
*** using a file magic. Last file checked: /usr/lib/mxe/usr/lib/gcc/i686-w64-mingw32.shared/5.2.0/../../../../i686-w64-mingw32.shared/lib//libwinmm.a
*** The inter-library dependencies that have been dropped here will be
*** automatically added whenever a program is linked with this library
*** or is declared to -dlopen it.
*** Since this library must not contain undefined symbols,
*** because either the platform does not support them or
*** it was explicitly requested with -no-undefined,
*** libtool will only create a static version of it.
After that, it created a static library instead of shared one.
Even -no-undefined did not help.
|
|/ |
|
|\
| |
| | |
Adding Cataclysm: Dark Days Ahead in the list of projects who use MXE
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| | |
Building pthreads inline with gcc and enable optional posix threads in libgcc
|
| |
| |
| |
| |
| |
| |
| | |
* enables optional c++11 <thread>, <mutex>, and <future> in libgcc
* avoid double build advice:
http://sigrok.org/gitweb/?p=sigrok-util.git;a=blob;f=cross-compile/mingw/README;h=248af546f939a81855dda33142d834eecf2979c2;hb=HEAD#l44
* not heavily tested but should be released for feedback
|
|/
|
|
|
|
|
|
|
| |
* fixes "~winpthreads changes ~pthread_signal.h" etc. reported by build-pkg
mingw-w64 installs dummy headers if winpthreads isn't built
* enables libgomp to avoid double-build (see #331)
* no change in openmp-validation (still 20 failures - taken with a grain of
salt as the batch file test runner isn't a reliable perl substitute)
* pthreads virtual package kept for future testing
|
|\
| |
| | |
build-pkg: install source, refactoring and other improvements
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
Example: "4_1_3" -> "4.1.3-20151028".
Adding build-unique (making two builds in one day is unlikely)
Debian patch version tells APT that the package was updated.
|
| |
| |
| |
| |
| |
| | |
Underscores in versions were previously replaced with dashes.
Example: 4_1_3 -> 4-1-3 (package winpcap).
"-3" is interpreted as Debian patch version, which is wrong.
|
| |
| |
| |
| | |
close #946
|
| |
| |
| |
| | |
rename makeMxeRequirementsDeb to makeMxeRequirementsPackage
|
| |
| |
| |
| |
| |
| | |
Move common code (making a directory, control file, running tar,
dpkg-deb, etc) to function makePackage(). This function is used
by functions makeDeb() and makeMxeRequirementsDeb().
|
| | |
|