14 lines
452 B
Text
14 lines
452 B
Text
|
Do not hardcode -lstdc++ (symbol mismatch with libc++abi and libestdc++).
|
||
|
|
||
|
Index: libraw_r.pc.in
|
||
|
--- libraw_r.pc.in.orig
|
||
|
+++ libraw_r.pc.in
|
||
|
@@ -7,6 +7,6 @@ Name: libraw
|
||
|
Description: Raw image decoder library (thread-safe)
|
||
|
Requires: @PACKAGE_REQUIRES@
|
||
|
Version: @PACKAGE_VERSION@
|
||
|
-Libs: -L${libdir} -lraw_r -lstdc++@PC_OPENMP@
|
||
|
+Libs: -L${libdir} -lraw_r@PC_OPENMP@
|
||
|
Libs.private: @PACKAGE_LIBS_PRIVATE@
|
||
|
Cflags: -I${includedir}/libraw -I${includedir}
|