]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
samba3 needs ctdb_private.h installed to build
authorAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 12:53:28 +0000 (22:53 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 29 May 2007 12:53:28 +0000 (22:53 +1000)
(This used to be ctdb commit 3df7a4b3cd08efbf5d33379b8c1c5f5bee14954b)

ctdb/packaging/RHEL/ctdb.spec

index da61f5a4b34464a10f09d429943cc37a39610171..b3334bac7194c64a489ca6a574ed9e64e24e06fb 100644 (file)
@@ -67,6 +67,10 @@ install -m644 setup/ctdb.sysconfig $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/ctdb
 install -m755 setup/ctdb.init $RPM_BUILD_ROOT%{initdir}/ctdb
 install -m755 tools/events $RPM_BUILD_ROOT%{_sysconfdir}/ctdb/events
 
+# unfortunately samba3 needs ctdb_private.h too
+install -m644 include/ctdb_private.h %{_includedir}/ctdb_private.h
+
+
 # Remove "*.old" files
 find $RPM_BUILD_ROOT -name "*.old" -exec rm -f {} \;
 
@@ -103,3 +107,4 @@ fi
 %{_sbindir}/ctdbd
 %{_bindir}/ctdb
 %{_includedir}/ctdb.h
+%{_includedir}/ctdb_private.h