]> granicus.if.org Git - graphviz/commitdiff
Can't use -no-undefined because of references to TkMakeBezierCurve() (and 3
authorellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:56 +0000 (21:05 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 21:05:56 +0000 (21:05 +0000)
others)

tclpkg/tkspline/Makefile.am

index da2dd0bc7f56e289e38b1a0cc02a78c1f47164dd..1cca40e2c6f1e8d04fec72ca43bd3f43afc6281b 100644 (file)
@@ -27,7 +27,9 @@ libtkspline_la_SOURCES = tkspline.c
 libtkspline_la_LIBADD = \
        $(top_builddir)/tclpkg/tkstubs/libtkstubs.la \
        $(top_builddir)/tclpkg/tclstubs/libtclstubs.la 
-libtkspline_la_LDFLAGS = -module -no-undefined
+libtkspline_la_LDFLAGS = -module
+## can't use -no-undefined because of references to TkMakeBezierCurve() and others
+#libtkspline_la_LDFLAGS = -module -no-undefined
 
 if WITH_TK
 all-local: pkgIndex.tcl