18 lines
573 B
Diff
18 lines
573 B
Diff
|
---
|
||
|
libcsplit.pc.in | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
Index: libcsplit-20121224/libcsplit.pc.in
|
||
|
===================================================================
|
||
|
--- libcsplit-20121224.orig/libcsplit.pc.in
|
||
|
+++ libcsplit-20121224/libcsplit.pc.in
|
||
|
@@ -6,7 +6,7 @@ includedir=@includedir@
|
||
|
Name: libuna
|
||
|
Description: Library to support cross-platform C split string functions
|
||
|
Version: @VERSION@
|
||
|
-Libs: -L${libdir} -lcpath
|
||
|
+Libs: -L${libdir} -lcsplit
|
||
|
Libs.private: @ax_libcerror_libs_private@ @ax_libcstring_libs_private@
|
||
|
Cflags: -I${includedir}
|
||
|
|