forked from pool/splix
Fix build. OBS-URL: https://build.opensuse.org/request/show/111416 OBS-URL: https://build.opensuse.org/package/show/Printing/splix?expand=0&rev=9
14 lines
564 B
Diff
14 lines
564 B
Diff
Index: splix-2.0.0/module.mk
|
|
===================================================================
|
|
--- splix-2.0.0.orig/module.mk
|
|
+++ splix-2.0.0/module.mk
|
|
@@ -30,7 +30,7 @@ CXXFLAGS += `cups-config --cflags` -Iin
|
|
DEBUG_CXXFLAGS += -DDEBUG -DDUMP_CACHE
|
|
OPTIM_CXXFLAGS += -g
|
|
rastertoqpdl_LDFLAGS := `cups-config --ldflags` -L/opt/local/lib
|
|
-rastertoqpdl_LIBS := `cups-config --libs` -lcupsimage
|
|
+rastertoqpdl_LIBS := `cups-config --libs` -lcupsimage -lpthread
|
|
pstoqpdl_LDFLAGS := `cups-config --ldflags`
|
|
pstoqpdl_LIBS := `cups-config --libs` -lcupsimage
|
|
|