/[packages]/cauldron/apcupsd/current/SOURCES/apcupsd-3.14.10-link.patch
ViewVC logotype

Contents of /cauldron/apcupsd/current/SOURCES/apcupsd-3.14.10-link.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389214 - (show annotations) (download)
Thu Jan 17 21:30:27 2013 UTC (11 years, 3 months ago) by pterjan
File size: 623 byte(s)
oops
1 --- configure~ 2010-09-02 10:23:39.000000000 -0400
2 +++ configure 2012-01-27 17:09:15.122811630 -0500
3 @@ -11711,13 +11711,15 @@
4 SUPC="`$CXX -print-file-name=libsupc++.a 2>/dev/null`"
5 case "$SUPC" in
6 libsupc++.a*)
7 - # Library not found, so this is and older GCC...
8 + # Library not found, so this is an older GCC...
9 + LD="$CXX"
10 echo "$as_me:$LINENO: result: no" >&5
11 echo "${ECHO_T}no" >&6
12 ;;
13 *)
14 # This is gcc 3.x, and it knows of libsupc++, so we need it
15 LIBS="$LIBS -lsupc++"
16 + LD="$CC"
17 echo "$as_me:$LINENO: result: yes" >&5
18 echo "${ECHO_T}yes" >&6
19

  ViewVC Help
Powered by ViewVC 1.1.30