Magellan Linux

Diff of /trunk/extras/apr-util/apr-util-1.5.2-r2.smage2

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

revision 19527 by niro, Wed Sep 18 11:44:53 2013 UTC revision 19528 by niro, Wed Sep 18 11:50:45 2013 UTC
# Line 9  PCAT="dev-libs" Line 9  PCAT="dev-libs"
9  DESCRIPTION="APR-Util - Apache Portable Runtime Utility library."  DESCRIPTION="APR-Util - Apache Portable Runtime Utility library."
10  HOMEPAGE="http://apr.apache.org/"  HOMEPAGE="http://apr.apache.org/"
11    
 # our supported db version  
 DB_VERSION="6.0"  
   
12  DEPEND=">= dev-libs/expat-2  DEPEND=">= dev-libs/expat-2
13   >= dev-libs/apr-${PVER}   >= dev-libs/apr-${PVER}
14   >= dev-db/db-${DB_VERSION}   >= dev-db/db-6.0
15   >= dev-db/unixodbc-2.3   >= dev-db/unixodbc-2.3
16   >= sys-libs/libuuid-2.23"   >= sys-libs/libuuid-2.23"
17    
# Line 39  src_compile() Line 36  src_compile()
36   --includedir=/usr/include/apr-${PVER:0:1} \   --includedir=/usr/include/apr-${PVER:0:1} \
37   --with-apr=/usr \   --with-apr=/usr \
38   --with-expat=/usr \   --with-expat=/usr \
39   --with-dbm=db${DB_VERSION/./} \   --with-dbm=db \
40   --with-berkeley-db \   --with-berkeley-db \
41   --with-odbc \   --with-odbc \
42   --without-gdbm \   --without-gdbm \

Legend:
Removed from v.19527  
changed lines
  Added in v.19528