94d5cdf204
- Disabling relocatability to work around BZ#237082 - Disabling -ocaml and -sharp subpackages for ppc64 to remedy BZ#239078
12 lines
460 B
Diff
12 lines
460 B
Diff
--- graphviz-2.12/lib/expr/Makefile.am.orig 2006-09-26 11:47:54.000000000 -0500
|
|
+++ graphviz-2.12/lib/expr/Makefile.am 2007-05-05 11:49:49.000000000 -0500
|
|
@@ -34,7 +34,7 @@
|
|
|
|
libexpr_la_LDFLAGS = -version-info @VERSION_INFO@
|
|
libexpr_la_SOURCES = $(libexpr_C_la_SOURCES)
|
|
-libexpr_la_LIBADD = $(libexpr_C_la_LIBADD)
|
|
+libexpr_la_LIBADD = $(libexpr_C_la_LIBADD) \
|
|
$(top_builddir)/lib/cdt/libcdt.la
|
|
|
|
$(libexpr_la_OBJECTS): exparse.h exparse.c exgram.h exop.h
|