head 1.1; access; symbols; locks; strict; comment @# @; 1.1 date 2009.03.07.22.30.23; author rse; state Exp; branches; next ; commitid 9UFf3WoJ42ARu9Ft; desc @@ 1.1 log @new package: ruby18 1.8.7p72 (The Ruby Scripting Language) @ text @Index: configure --- configure.orig 2007-03-12 20:19:03 +0100 +++ configure 2007-03-13 08:08:33 +0100 @@@@ -15935,7 +15935,7 @@@@ rb_cv_dlopen=yes ;; esix*|uxpds*) : ${LDSHARED="ld -G"} rb_cv_dlopen=yes ;; - osf*) : ${LDSHARED="ld -shared -expect_unresolved \"*\""} + osf*) : ${LDSHARED="ld -shared -expect_unresolved \"*\" -oldstyle_liblookup"} rb_cv_dlopen=yes ;; bsdi3*) case "$CC" in *shlicc*) : ${LDSHARED="$CC -r"} Index: ext/dbm/extconf.rb --- ext/dbm/extconf.rb.orig 2007-02-13 00:01:19 +0100 +++ ext/dbm/extconf.rb 2007-03-13 08:11:50 +0100 @@@@ -5,7 +5,7 @@@@ if dblib = with_config("dbm-type", nil) dblib = dblib.split(/[ ,]+/) else - dblib = %w(db db2 db1 dbm gdbm gdbm_compat qdbm) + dblib = %w(dbm db2 db1 db gdbm gdbm_compat qdbm) end headers = { @