]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/gutenprint: replaces -static with -static-libtool-libs
authorRomain Naour <romain.naour@openwide.fr>
Sun, 17 Aug 2014 22:35:58 +0000 (00:35 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 18 Aug 2014 09:04:58 +0000 (11:04 +0200)
commitf67e7ba06f5f00dc9153ad364932092692458704
treebdaaabdd4493978482e0af2a957b96377785abcf
parenta690fea1ace03643cbe7b6fb41438855a8a88444
package/gutenprint: replaces -static with -static-libtool-libs

gutenprint rely on the original behaviour of -static, but since commit
in buildroot "support/libtool: make -static behave like -all-static" [1],
the build of genppd is broken.

genppd need to be build statically otherwise the following warning appears:
***WARNING: Use of --disable-static-genppd or --disable-static
            when building CUPS is very dangerous.  The build may
            fail when building the PPD files, or may *SILENTLY*
            build incorrect PPD files or cause other problems.
            Please review the README and release notes carefully!

[1] http://git.buildroot.net/buildroot/commit/?id=97703978ac870ce2b14ad144f8e082de82aa2c64

Fixes:
http://autobuild.buildroot.net/results/55f/55f78104d7a5d11baf5650ac12aaa1b23c2b7743/build-end.log
http://autobuild.buildroot.net/results/fc8/fc8cfe3f27ceaca70c7471c44305317c66cb0eea/build-end.log

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gutenprint/gutenprint-001-cups-support-replaces-static-with-static-libtool-lib.patch [new file with mode: 0644]