diff options
author | Adrien Nader <adrien@notk.org> | 2012-05-26 09:21:46 +0200 |
---|---|---|
committer | Adrien Nader <adrien@notk.org> | 2012-05-26 09:21:46 +0200 |
commit | f1dfd46024164af3d08693381b867796d25b0b2c (patch) | |
tree | d48dcd657568b52b02268c95cdc8b23d12b141ee /slackware64-current/source/l/redland | |
parent | 4820523464f7bb067883361dcc1dc95e04e067d7 (diff) |
Sat May 26 00:11:06 UTC 2012
Still a few things in need of a rebuild for perl, such as perlkde,
perlqt, and linuxdoc-tools, but I'd rather not leave things in a
known-broken state so most everything else should be fixed now.
There's a couple of other updates, and a patch to glibc that I'm
hoping will fix the reported crashes with Google Chrome.
a/glibc-solibs-2.15-x86_64-3.txz: Rebuilt.
a/glibc-zoneinfo-2012b_2012c-noarch-3.txz: Rebuilt.
Upgraded to tzdata2012c.
d/git-1.7.10.3-x86_64-1.txz: Upgraded.
d/ruby-1.9.3_p194-x86_64-1.txz: Upgraded.
Thanks to Vincent Batts.
d/subversion-1.7.5-x86_64-1.txz: Upgraded.
d/swig-2.0.6-x86_64-1.txz: Upgraded.
l/glibc-2.15-x86_64-3.txz: Rebuilt.
Patched to fix a race condition when not running nscd.
Hopefully this will fix some reported crash issues.
l/glibc-i18n-2.15-x86_64-3.txz: Rebuilt.
l/glibc-profile-2.15-x86_64-3.txz: Rebuilt.
l/libcaca-0.99.beta18-x86_64-1.txz: Upgraded.
l/pilot-link-0.12.5-x86_64-5.txz: Rebuilt.
l/redland-1.0.15-x86_64-3.txz: Rebuilt.
Don't use db-4.2 (this was the last thing linked to it).
n/net-snmp-5.6.1-x86_64-3.txz: Rebuilt.
n/obexftp-0.23-x86_64-7.txz: Rebuilt.
tcl/tcl-8.5.11-x86_64-1.txz: Upgraded.
tcl/tk-8.5.11-x86_64-1.txz: Upgraded.
xap/imagemagick-6.7.7_0-x86_64-1.txz: Upgraded.
xap/pidgin-2.10.4-x86_64-2.txz: Rebuilt.
xap/xlockmore-5.39-x86_64-1.txz: Upgraded.
xap/xscreensaver-5.15-x86_64-1.txz: Upgraded.
Diffstat (limited to 'slackware64-current/source/l/redland')
-rwxr-xr-x | slackware64-current/source/l/redland/redland.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/slackware64-current/source/l/redland/redland.SlackBuild b/slackware64-current/source/l/redland/redland.SlackBuild index 6316684ed..dad5b27df 100755 --- a/slackware64-current/source/l/redland/redland.SlackBuild +++ b/slackware64-current/source/l/redland/redland.SlackBuild @@ -28,7 +28,7 @@ PKGNAM=redland VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} NUMJOBS=${NUMJOBS:--j7} @@ -105,6 +105,7 @@ CXXFLAGS="$SLKCFLAGS" \ --disable-static \ --with-included-ltdl=no \ --with-bdb-lib=/usr/lib${LIBDIRSUFFIX} \ + --with-bdb-dbname=db-4.4 \ --with-threads \ --build=$TARGET |