Magellan Linux

Diff of /trunk/core/attr/attr-2.4.43-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3091 by niro, Tue Oct 13 12:29:14 2009 UTC revision 3092 by niro, Tue Oct 13 12:30:51 2009 UTC
# Line 51  src_prepare() Line 51  src_prepare()
51   #   #
52   # to fix that we set the needed tag to libtool:   # to fix that we set the needed tag to libtool:
53   # --tag=CXX   # --tag=CXX
54   sed -i '/^LIBTOOL/s:=.*:= @LIBTOOL@ --tag=CXX:g' \   sed -i '/^LIBTOOL/s:=.*:= @LIBTOOL@ --tag=CC:g' \
55   include/builddefs.in || die   include/builddefs.in || die
56    
57   # libtool will clobber install-sh which is really a custom file   # libtool will clobber install-sh which is really a custom file
# Line 64  src_compile() Line 64  src_compile()
64  {  {
65   cd ${SRCDIR}   cd ${SRCDIR}
66    
67     # enable CFLAGS
68   export OPTIMIZER="${CFLAGS}"   export OPTIMIZER="${CFLAGS}"
69    
70     # disable debug code
71   export DEBUG="-DNDEBUG"   export DEBUG="-DNDEBUG"
72    
73   mconfigure \   mconfigure \

Legend:
Removed from v.3091  
changed lines
  Added in v.3092