Magellan Linux

Contents of /trunk/cups/patches/cups-1.5.0-build-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1627 - (show annotations) (download)
Sat Jan 21 01:29:00 2012 UTC (12 years, 3 months ago) by niro
File size: 515 byte(s)
-added patch to fix missing -lrt
1 diff -Naur cups-1.5.0/config-scripts/cups-common.m4 cups-1.5.0-magellan/config-scripts/cups-common.m4
2 --- cups-1.5.0/config-scripts/cups-common.m4 2011-07-25 22:24:24.000000000 +0200
3 +++ cups-1.5.0-magellan/config-scripts/cups-common.m4 2012-01-21 03:16:27.698982933 +0100
4 @@ -94,6 +94,7 @@
5 dnl Check for libraries...
6 AC_SEARCH_LIBS(crypt, crypt)
7 AC_SEARCH_LIBS(getspent, sec gen)
8 +AC_SEARCH_LIBS(mq_open, rt)
9
10 LIBMALLOC=""
11 AC_ARG_ENABLE(mallinfo, [ --enable-mallinfo build with malloc debug logging])