Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f767050

Browse files
committed
don't build bsddb anymore
1 parent 623918e commit f767050

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

Mac/BuildScript/build-installer.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -169,17 +169,6 @@ def getFullVersion():
169169
getVersion(),
170170
),
171171
),
172-
dict(
173-
name="Sleepycat DB 4.7.25",
174-
url="http://download.oracle.com/berkeley-db/db-4.7.25.tar.gz",
175-
#name="Sleepycat DB 4.3.29",
176-
#url="http://downloads.sleepycat.com/db-4.3.29.tar.gz",
177-
buildDir="build_unix",
178-
configure="../dist/configure",
179-
configure_pre=[
180-
'--includedir=/usr/local/include/db4',
181-
]
182-
),
183172
]
184173

185174

0 commit comments

Comments
 (0)