Browse Source

cups: fixed build by setting NO-LIBTOOL-FIX flag in the .desc file (see note)

Note:
If the NO-LIBTOOL-FIX flag is not set we export the LIBTOOL environment
variable, especially for cross-build helping to pickup the right libtool.
The Cups build environment doesn't officially support libtool based builds
and they clearly warn to use it to build cups, but their Makefiles are not
properly prepared for the case the LIBTOOL env var is exported.
user/amery/mess
Christian Wiese 14 years ago
parent
commit
4e02987856
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      printing/cups/cups.desc

+ 2
- 1
printing/cups/cups.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../cups/cups.desc
[COPY] Copyright (C) 2006 - 2009 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -40,6 +40,7 @@
[C] extra/server extra/printing
[F] PRINTER
[F] NO-LIBTOOL-FIX
[L] GPL
[S] Stable

Loading…
Cancel
Save