Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196422
Collapse All | Expand All

(-)python/setup.py.orig (+1 lines)
Lines 122-127 Link Here
122
      include_dirs=INC_DIRS,
122
      include_dirs=INC_DIRS,
123
      library_dirs=LIB_DIRS,
123
      library_dirs=LIB_DIRS,
124
      libraries=LIBRARIES,
124
      libraries=LIBRARIES,
125
      extra_link_args = ["-lz"],
125
      )]
126
      )]
126
  }
127
  }
127
128

Return to bug 196422