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

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure
0
++ configure
Lines 80-86 Link Here
80
  SFLAGS="${CFLAGS-"-O3"} -fPIC"
80
  SFLAGS="${CFLAGS-"-O3"} -fPIC"
81
  CFLAGS="$cflags"
81
  CFLAGS="$cflags"
82
  case `(uname -s || echo unknown) 2>/dev/null` in
82
  case `(uname -s || echo unknown) 2>/dev/null` in
83
  Linux | linux | GNU | GNU/*)
83
  Linux | linux | GNU | GNU/* | *BSD | DragonFly)
84
          LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"}
84
          LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"}
85
          MAPFILE=${MAPFILE-"-Wl,--version-script,mapfile"};;
85
          MAPFILE=${MAPFILE-"-Wl,--version-script,mapfile"};;
86
  CYGWIN* | Cygwin* | cygwin* | OS/2* )
86
  CYGWIN* | Cygwin* | cygwin* | OS/2* )

Return to bug 123571