summaryrefslogtreecommitdiff
path: root/dev-util/colm/files/colm-0.14.7-disable-static-lib.patch
blob: 53555e76d5d25fc3c54aaa29adec5c39c886225a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: Ferdinand Thiessen <rpm@fthiessen.de>
Date: 2021-04-26T19:48:55+0000

Link shared library as the static one is disabled in the openSUSE build.

diff -Nur colm-0.14.7/src/main.cc new/src/main.cc
--- colm-0.14.7/src/main.cc	2020-12-24 00:37:24.000000000 +0100
+++ new/src/main.cc	2021-04-26 17:51:25.913611725 +0200
@@ -485,7 +485,7 @@
 				" -I%s/../aapl"
 				" -I%s/include"
 				" -L%s"
-				" %s/libcolm.a",
+				" %s/libcolm.so",
 				binaryFn, intermedFn, srcLocation,
 				srcLocation, location, location );
 	}