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