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/media-libs/libdcp/files/libdcp-1.3.3-no-ldconfig.patch

13 lines
253 B

--- libdcp-1.3.3/wscript
+++ libdcp-1.3.3/wscript
@@ -206,8 +206,7 @@
sys.exit(-1)
def post(ctx):
- if ctx.cmd == 'install':
- ctx.exec_command('/sbin/ldconfig')
+ pass
def tags(bld):
os.system('etags src/*.cc src/*.h')