summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #344 from TobiX/masterTony Theodore2014-03-152-9/+3
|\ \ | | | | | | Shared build for libcroco and librsvg
| * | Package librsvg: Enable shared build, fix dependency.Tobias Gruetzmacher2014-03-121-6/+2
| | |
| * | Package libcroco: Enable shared build.Tobias Gruetzmacher2014-03-121-3/+1
|/ /
* | update package sqliteMark Brand2014-03-121-2/+2
| |
* | Merge pull request #342 from TimothyGu/new-ffTony Theodore2014-03-121-2/+2
|\ \ | | | | | | ffmpeg: rework update script
| * | ffmpeg: rework update scriptTimothy Gu2014-03-111-2/+2
| | | | | | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | | Merge pull request #343 from TimothyGu/codename-clarityTony Theodore2014-03-121-3/+17
|\ \ \ | |/ / |/| | Make download-* targets display "[download] *" instead of log
| * | Make download-* targets display "[download] *" instead of logTimothy Gu2014-03-111-3/+17
|/ / | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | package sqlite: omit debugging symbolsMark Brand2014-03-101-1/+2
| |
* | update package sqliteMark Brand2014-03-101-2/+2
| |
* | package gnutls: fix libopts detection causing build failuresTony Theodore2014-03-101-0/+1
| | | | | | | | http://git.buildroot.net/buildroot/commit/?id=87815fc695bcb4ef5a48c09ab1ffcd0c134da43a
* | Merge pull request #341 from mabrand/fix-gdbTony Theodore2014-03-101-1/+1
|\ \ | | | | | | package gdb: fix undefined symbols in bundled readline
| * | package gdb: fix undefined symbols in bundled readlineMark Brand2014-03-101-1/+1
|/ / | | | | | | Use pdcurses as we do for readline package.
* | package readline: rename pdcurses to cursesTony Theodore2014-03-101-2/+2
| |
* | package pdcurses: enable shared buildTony Theodore2014-03-101-3/+8
| |
* | Merge branch 'master' of github.com:mxe/mxeTony Theodore2014-03-101-2/+2
|\ \
| * | update package gnutlsMark Brand2014-03-101-2/+2
| | |
* | | package ncurses: various fixes and disable shared buildTony Theodore2014-03-101-0/+7
|/ /
* | packages rubberband vamp-plugin-sdk: cleanup-styleTony Theodore2014-03-102-2/+2
| |
* | update package sdl2Martin Gerhardy2014-03-102-2/+20
| |
* | package lapack: fix fortran flags on 64-bit buildsTony Theodore2014-03-101-0/+1
| |
* | package blas: fix shared buildTony Theodore2014-03-101-1/+4
| |
* | Makefile: add support for make-shared-from-static tool with default argsTony Theodore2014-03-101-0/+9
| |
* | add make-shared-from-static build toolJohn W. Eaton2014-03-101-0/+218
| |
* | Revert "package hdf5: remove libtool workaround (actually a pthreads build ↵Tony Theodore2014-03-091-0/+3
| | | | | | | | | | | | issue)" This reverts commit 698f49c14abe3af1e1a6de056d08bc2430ec0c27.
* | package readline: enable shared buildTony Theodore2014-03-091-4/+2
| |
* | package atk: portability fixTony Theodore2014-03-091-0/+15
| |
* | package gtk2: allow test program to buildTony Theodore2014-03-091-1/+1
| |
* | package libbluray: fix shared build and add test programTony Theodore2014-03-091-12/+7
| |
* | package ffmpeg: add missing native yasm dependencyTony Theodore2014-03-091-1/+2
| |
* | Enable shared builds for atk, gdk-pixbuf and gtk2.Tobias Gruetzmacher2014-03-083-13/+3
| |
* | Package ffmpeg: Fix generation of --arch param.Tobias Gruetzmacher2014-03-081-2/+1
| | | | | | | | | | GNU Make's patsubst does strange things (aka. nothing at all) when there are dots in the text it should replace...
* | Package libbluray: Ugly fix for shared build.Tobias Gruetzmacher2014-03-081-0/+7
| |
* | Package pango: Enable shared build.Tobias Gruetzmacher2014-03-081-4/+1
| | | | | | | | | | FIXME: Maybe enable --with-dynamic-modules in shared build? What's the difference?
* | Package openexr: Enable shared build.Tobias Gruetzmacher2014-03-081-4/+1
| |
* | Package ilmbase: Enable shared build.Tobias Gruetzmacher2014-03-081-4/+1
| |
* | package xmlrpc-c: use prefixed curl-config and build test programTony Theodore2014-03-081-0/+8
| |
* | package curl: install prefixed curl-configTony Theodore2014-03-081-0/+1
| |
* | doc update: alphabetise the list of packagesNiels Kristian Bech Jensen2014-03-081-4/+4
| |
* | package hdf5: remove libtool workaround (actually a pthreads build issue)Tony Theodore2014-03-081-3/+0
| |
* | Package gnutls: Fix export for shared buildTobias Gruetzmacher2014-03-081-0/+16
| |
* | Package lcms1: Enable shared buildsTobias Gruetzmacher2014-03-081-4/+1
| |
* | Package boost: Enable shared buildsTobias Gruetzmacher2014-03-081-1/+1
| |
* | package pthreads-w32: fix for shared buildTobias Gruetzmacher2014-03-082-64/+4
| | | | | | | | | | | | - Only patch header files to force static build when we are actually running a static build. - Install DLL into bin and stub .a into lib for shared.
* | Merge branch 'master' of github.com:mxe/mxeTony Theodore2014-03-073-4/+25
|\ \
| * | update package libpngMark Brand2014-03-071-2/+2
| | |
| * | update package freetypeMark Brand2014-03-071-2/+2
| | |
| * | revert accidental file deletionMark Brand2014-03-041-0/+21
| | | | | | | | | | | | This partially reverts commit 81213e686e3855c0728f2f5ca286b90b04189adf.
* | | package bullet: fix update macroTony Theodore2014-03-071-1/+1
|/ /
* | update package gnutlsMark Brand2014-03-032-23/+2
| |