forked from pool/libcsplit
Joachim Metz has created a set of c libraries used by security tools. The libxxx packages often include basic applications sub-packages which are useful by themselves. OBS-URL: https://build.opensuse.org/request/show/163812 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcsplit?expand=0&rev=1
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}
|
|
|