Logoj0ke.net Open Build Service > Projects > home:jg:dns > pdns > Changes
Sign Up | Log In

Changes of Revision 4

[-] Changed pdns.spec
x
 
1
@@ -9,7 +9,7 @@
2
 Patch0:        %{name}-fixinit.patch
3
 Patch1:        pdns-2.9.22-axfr-patch
4
 
5
-BuildRequires: boost-devel, # chrpath
6
+BuildRequires: boost-devel, chrpath
7
 Provides:  powerdns = %{version}-%{release}
8
 
9
 %description
10
@@ -66,11 +66,11 @@
11
 sed -i '2i\setgid=pdns' %{buildroot}%{_sysconfdir}/%{name}/pdns.conf
12
 
13
 # strip the static rpath from the binaries
14
-#chrpath --delete %{buildroot}%{_bindir}/pdns_control
15
-#chrpath --delete %{buildroot}%{_bindir}/zone2ldap
16
-#chrpath --delete %{buildroot}%{_bindir}/zone2sql
17
-#chrpath --delete %{buildroot}%{_sbindir}/pdns_server
18
-#chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so
19
+chrpath --delete %{buildroot}%{_bindir}/pdns_control
20
+chrpath --delete %{buildroot}%{_bindir}/zone2ldap
21
+chrpath --delete %{buildroot}%{_bindir}/zone2sql
22
+chrpath --delete %{buildroot}%{_sbindir}/pdns_server
23
+chrpath --delete %{buildroot}%{_libdir}/%{name}/*.so
24
 
25
 %post
26
 if [ $1 -eq 1 ]; then
27