You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/mapnik/files/mapnik-2.2.0-dont-run-ldcon...

12 lines
243 B

--- a/src/build.py
+++ b/src/build.py
@@ -38,7 +38,7 @@ def call(cmd, silent=True):
print stderr
def ldconfig(*args,**kwargs):
- call('ldconfig')
+ pass
if env['LINKING'] == 'static':
lib_env.Append(CXXFLAGS="-fPIC")