62a3a103b8
Make the testcms link the new -lcms statically to avoid possible conflicts with the already installed library (probably of a different version). PR: ports/68610
9 lines
266 B
Text
9 lines
266 B
Text
--- testbed/Makefile.in Mon Apr 19 12:02:23 2004
|
|
+++ testbed/Makefile.in Mon Oct 25 16:07:37 2004
|
|
@@ -198,5 +198,5 @@
|
|
|
|
testcms_LDADD = $(top_builddir)/src/liblcms.la
|
|
-testcms_LDFLAGS = @LDFLAGS@
|
|
+testcms_LDFLAGS = @LDFLAGS@ -static
|
|
testcms_SOURCES = testcms.c
|
|
|