Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 639748 | Differences between
and this patch

Collapse All | Expand All

(-)libs/libzrtp/third_party/bnlib.orig/configure (-2 / +2 lines)
Lines 1878-1885 Link Here
1878
  # GCC's support library (-lgcc).  Do a link, to relocatable object form,
1878
  # GCC's support library (-lgcc).  Do a link, to relocatable object form,
1879
  # with just -lgcc.  If it's not GCC, do the normal -c thing.
1879
  # with just -lgcc.  If it's not GCC, do the normal -c thing.
1880
  # These substitutions are used in the Makefile to force that behaviour.
1880
  # These substitutions are used in the Makefile to force that behaviour.
1881
  GCCMAGIC1='-Wl,-r -nostdlib'
1881
  GCCMAGIC1=-c
1882
  GCCMAGIC2=-lgcc
1882
  GCCMAGIC2=
1883
else
1883
else
1884
  GCCMAGIC1=-c
1884
  GCCMAGIC1=-c
1885
  GCCMAGIC2=
1885
  GCCMAGIC2=
(-)libs/libzrtp/third_party/bnlib.orig/configure.ac (-3 / +3 lines)
Lines 93-100 Link Here
93
  # GCC's support library (-lgcc).  Do a link, to relocatable object form,
93
  # GCC's support library (-lgcc).  Do a link, to relocatable object form,
94
  # with just -lgcc.  If it's not GCC, do the normal -c thing.
94
  # with just -lgcc.  If it's not GCC, do the normal -c thing.
95
  # These substitutions are used in the Makefile to force that behaviour.
95
  # These substitutions are used in the Makefile to force that behaviour.
96
  GCCMAGIC1='-Wl,-r -nostdlib'
96
  GCCMAGIC1=-c
97
  GCCMAGIC2=-lgcc
97
  GCCMAGIC2=
98
else
98
else
99
  GCCMAGIC1=-c
99
  GCCMAGIC1=-c
100
  GCCMAGIC2=
100
  GCCMAGIC2=
Lines 194-200 Link Here
194
fi
194
fi
195
AC_MSG_CHECKING(for useful warning options (\$WARN))
195
AC_MSG_CHECKING(for useful warning options (\$WARN))
196
AC_MSG_RESULT(${WARN-none})
196
AC_MSG_RESULT(${WARN-none})
197
fi 
197
fi
198
# ^^ End of "$(CFLAGS+set)" != set condition
198
# ^^ End of "$(CFLAGS+set)" != set condition
199
AC_SUBST(TUNE)
199
AC_SUBST(TUNE)
200
AC_SUBST(WARN)
200
AC_SUBST(WARN)

Return to bug 639748