]> git.pld-linux.org Git - packages/Firebird.git/blobdiff - Firebird.spec
- try to kill fb_lock_mgr after build
[packages/Firebird.git] / Firebird.spec
index 3f52bf16e5980cc8945960dcfb66749504e00988..59d1cff76a368f90653458e16f92fda0f5d093f9 100644 (file)
@@ -136,6 +136,9 @@ DARCH=""
        LIB_LINK_RPATH_LINE= \
        LIB_CLIENT_LINK_OPTIONS="-lpthread"
 
+# fb_lock_mgr is started during build - try to stop it (if /proc is mounted...)
+/sbin/fuser -k gen/firebird/bin/fb_lock_mgr 2>/dev/null || :
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.03802 seconds and 4 git commands to generate.