# HG changeset patch # User PhilHolmes # Date 1429714421 -3600 # Node ID e84fa9bddd3f9f7f404836b4ffc3c0f256dcdeaf # Parent 84fb766d47f05d4d1f6f00d6030cc0b5279e4766# Parent ab0881f04ce024a465df7dc382429dafe867f9cc Merge pull request #15 from trueroad/lilypond-issue4347 Delete {mingw|cygwin}::lilypond LDFLAGS libpython for lilypond's issue4347 diff -r 84fb766d47f0 -r e84fa9bddd3f gub/specs/cygwin/lilypond.py --- a/gub/specs/cygwin/lilypond.py Tue Apr 14 15:29:42 2015 +0100 +++ b/gub/specs/cygwin/lilypond.py Wed Apr 22 15:53:41 2015 +0100 @@ -24,10 +24,9 @@ ] configure_flags = (lilypond.LilyPond.configure_flags .replace ('--enable-relocation', '--disable-relocation')) - python_lib = '%(system_prefix)s/bin/libpython*.dll' LDFLAGS = '-L%(system_prefix)s/lib -L%(system_prefix)s/bin -L%(system_prefix)s/lib/w32api' make_flags = (lilypond.LilyPond.make_flags - + ' LDFLAGS="%(LDFLAGS)s %(python_lib)s"') + + ' LDFLAGS="%(LDFLAGS)s"') # branch = 'stable/2.12' def __init__ (self, settings, source): lilypond.LilyPond.__init__ (self, settings, source) diff -r 84fb766d47f0 -r e84fa9bddd3f gub/specs/lilypond.py --- a/gub/specs/lilypond.py Tue Apr 14 15:29:42 2015 +0100 +++ b/gub/specs/lilypond.py Wed Apr 22 15:53:41 2015 +0100 @@ -61,7 +61,7 @@ + ' --enable-relocation' + ' --enable-rpath' + ' --disable-documentation' - + ' --with-ncsb-dir=%(system_prefix)s/share/fonts/default/Type1' + + ' --with-fonts-dir=%(system_prefix)s/share/fonts/default/Type1' ) make_flags = ' TARGET_PYTHON=/usr/bin/python' @@ -173,9 +173,6 @@ 'tools::icoutils', 'mingw-w64-runtime-winpthread-dll', ] - python_lib = '%(system_prefix)s/bin/libpython*.dll' - make_flags = (LilyPond.make_flags - + ' LDFLAGS="%(python_lib)s"' % locals ()) # ugh Python hack: C&P Cygwin def compile (self): self.system ('''