~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mike Markley
  • Date: 2001-08-07 10:08:52 UTC
  • Revision ID: james.westby@ubuntu.com-20010807100852-b8133463c142im5j
Tags: 5.32.2-4
Expectk was linked against a broken libtk8.3 that didn't provide
proper soname; rebuild to fix (Closes: #107908)

Show diffs side-by-side

added added

removed removed

Lines of Context:
410
410
expect-shared-lib-file :: $(EXP_SHARED_LIB_FILE)
411
411
$(EXP_SHARED_LIB_FILE): $(OFILES)
412
412
        -rm -f $(EXP_SHARED_LIB_FILE)
413
 
        @TCL_SHLIB_LD@ -o $(EXP_SHARED_LIB_FILE) $(SHARED_OFILES) @EXP_LD_SEARCH_FLAGS@ @EXP_SHLIB_LD_LIBS@
 
413
        @TCL_SHLIB_LD@ -o $(EXP_SHARED_LIB_FILE) $(SHARED_OFILES) @EXP_LD_SEARCH_FLAGS@ @EXP_SHLIB_LD_LIBS@ -Wl,-soname,$(SONAME)
414
414
 
415
415
.PHONY: install-info install info
416
416
install-info: