[packages/openvpn-plugin-auth-ldap] I can reproduce the problem by removing aclocal.m4, try not breaking the provided one

gotar gotar at pld-linux.org
Tue Aug 6 15:33:54 CEST 2019


commit 252388478d11c6ee69bb6e0d2c3ba6af004175b5
Author: Tomasz Pala <gotar at polanet.pl>
Date:   Tue Aug 6 15:31:53 2019 +0200

    I can reproduce the problem by removing aclocal.m4, try not breaking the provided one

 openvpn-plugin-auth-ldap.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/openvpn-plugin-auth-ldap.spec b/openvpn-plugin-auth-ldap.spec
index 74738c7..09477bc 100644
--- a/openvpn-plugin-auth-ldap.spec
+++ b/openvpn-plugin-auth-ldap.spec
@@ -38,11 +38,11 @@ użytkownika i hasłem poprzez LDAP.
 #%%patch0 -p1
 #%%patch1 -p1
 
-> objc.m4
+#:> objc.m4
 
 %build
-%{__aclocal}
-#%%{__autoconf}
+#%%{__aclocal}
+%{__autoconf}
 %{__autoheader}
 cp -f /usr/share/automake/config.sub .
 %configure \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/openvpn-plugin-auth-ldap.git/commitdiff/252388478d11c6ee69bb6e0d2c3ba6af004175b5



More information about the pld-cvs-commit mailing list