Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 623918e commit f767050Copy full SHA for f767050
1 file changed
Mac/BuildScript/build-installer.py
@@ -169,17 +169,6 @@ def getFullVersion():
169
getVersion(),
170
),
171
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
- ),
183
]
184
185
0 commit comments