From aa82edec2ba1e6f19f0ad1d52f4f64fc962632f94d44796e32d737604c928ee6 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 9 Dec 2016 15:31:40 +0000 Subject: [PATCH] - Use system-wide libatm instead of local copy (boo#1013567). OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=38 --- ppp.changes | 5 +++++ ppp.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/ppp.changes b/ppp.changes index d8e76fa..77bccf7 100644 --- a/ppp.changes +++ b/ppp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Dec 9 15:11:25 UTC 2016 - max@suse.com + +- Use system-wide libatm instead of local copy (boo#1013567). + ------------------------------------------------------------------- Mon Oct 17 10:26:16 UTC 2016 - schwab@suse.de diff --git a/ppp.spec b/ppp.spec index d13ac5e..a5bb4cb 100644 --- a/ppp.spec +++ b/ppp.spec @@ -118,6 +118,10 @@ sed -i -e '1s/local\///' scripts/secure-card find scripts -type f | xargs chmod a-x find -type f -name '*.orig' | xargs rm -f +# Have to patch this in the Makefile, because setting it on the make +# command line only is not enough. +sed -i '/#HAVE_LIBATM/s/#//' pppd/plugins/pppoatm/Makefile.linux + %build # Remove local copy that is out of sync and use the one from linux-header rm -f include/linux/if_pppol2tp.h