You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
357 B
10 lines
357 B
13 years ago
|
--- ./libqrencode.pc.in.orig 2012-02-20 15:36:29.983533958 -0800
|
||
|
+++ ./libqrencode.pc.in.orig 2012-02-20 15:56:41.252501662 -0800
|
||
|
@@ -6,5 +6,5 @@ includedir=@includedir@
|
||
|
Name: libqrencode
|
||
|
Description: A QR Code encoding library
|
||
|
Version: @VERSION@
|
||
|
-Libs: -L${libdir} -lqrencode @LIBPTHREAD@
|
||
|
+Libs: -L${libdir} -lqrencode -pthread
|
||
|
Cflags: -I${includedir}
|