Comment 3 for bug 771131

Revision history for this message
Julian Taylor (jtaylor) wrote :

there is still a issue with the package I did not notice before, libpaps.so is underlinked but its not so bad as it has no rdeps.

this patch should fix it:
Index: paps-0.6.8/src/Makefile.am
===================================================================
--- paps-0.6.8.orig/src/Makefile.am 2011-07-29 23:45:42.000000000 +0200
+++ paps-0.6.8/src/Makefile.am 2011-07-29 23:45:42.000000000 +0200
@@ -1,6 +1,7 @@
 man_MANS = paps.1
 lib_LTLIBRARIES = libpaps.la
 libpaps_la_SOURCES = libpaps.c
+libpaps_la_LIBADD = -lfreetype -lglib-2.0 $(PANGO_LIBS)
 libpapsinc_HEADERS = libpaps.h
 libpapsincdir = $(includedir)