pkg-config --libs returned wrong value OBS-URL: https://build.opensuse.org/request/show/307491 OBS-URL: https://build.opensuse.org/package/show/X11:lxde/sidplay-libs?expand=0&rev=5
19 lines
740 B
Diff
19 lines
740 B
Diff
--- ./libsidplay/unix/libsidplay2.pc.in.orig 2015-05-16 16:34:21.382523693 +0300
|
|
+++ ./libsidplay/unix/libsidplay2.pc.in 2015-05-16 16:34:35.796013456 +0300
|
|
@@ -7,5 +7,5 @@
|
|
Name: @PACKAGE@
|
|
Description: C64 cycle exact stereo sidplayer library.
|
|
Version: @VERSION@
|
|
-Libs: ${libdir}/libsidplay2.la
|
|
+Libs: ${libdir}/libsidplay2.so
|
|
Cflags: -DHAVE_UNIX -I${includedir}
|
|
--- ./libsidutils/unix/libsidutils.pc.in.orig 2015-05-16 16:34:26.711335053 +0300
|
|
+++ ./libsidutils/unix/libsidutils.pc.in 2015-05-16 16:34:44.303712283 +0300
|
|
@@ -6,5 +6,5 @@
|
|
Name: @PACKAGE@
|
|
Description: Utils for supporting the libsidplay2 library.
|
|
Version: @VERSION@
|
|
-Libs: ${libdir}/libsidutils.la
|
|
+Libs: ${libdir}/libsidutils.so
|
|
Cflags: -DHAVE_UNIX -I${includedir}
|