[sstp-client/f21] Forgot to submit another commit.

Christopher Meng cicku at fedoraproject.org
Sun Aug 3 04:21:05 UTC 2014


commit 7d769cb6b1e8900e718709e42afd19980dbab1b9
Author: Christopher Meng <i at cicku.me>
Date:   Sun Aug 3 12:20:26 2014 +0800

    Forgot to submit another commit.

 sstp-client.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/sstp-client.spec b/sstp-client.spec
index 8f67e11..a0cc84a 100644
--- a/sstp-client.spec
+++ b/sstp-client.spec
@@ -34,8 +34,9 @@ developing applications that use %{name}.
 %setup -q
 
 %build
-%configure --disable-static       \
-           --disable-silent-rules \
+%configure --disable-static                                        \
+           --disable-silent-rules                                  \
+           --with-pppd-plugin-dir="%{_libdir}/pppd/%{ppp_version}" \
            --with-runtime-dir="%{_localstatedir}/run/sstpc"
 
 # Get rid of RPATH
@@ -53,7 +54,7 @@ sed -i -e 's! -shared ! -Wl,--as-needed\0!g' libtool
 # Use %%doc to handle documentation.
 rm -frv %{buildroot}%{_docdir}
 
-find %{buildroot} -name '*.la' -exec -delete -print
+find %{buildroot} -name '*.la' -delete -print
 
 %pre
 getent group sstpc >/dev/null || groupadd -r sstpc


More information about the scm-commits mailing list