Accepting request 445128 from network

- Use system-wide libatm instead of local copy (boo#1013567).

OBS-URL: https://build.opensuse.org/request/show/445128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ppp?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2016-12-13 18:32:22 +00:00 committed by Git OBS Bridge
commit c5ac1bae88
2 changed files with 9 additions and 0 deletions

View File

@ -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 Mon Oct 17 10:26:16 UTC 2016 - schwab@suse.de

View File

@ -118,6 +118,10 @@ sed -i -e '1s/local\///' scripts/secure-card
find scripts -type f | xargs chmod a-x find scripts -type f | xargs chmod a-x
find -type f -name '*.orig' | xargs rm -f 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 %build
# Remove local copy that is out of sync and use the one from linux-header # Remove local copy that is out of sync and use the one from linux-header
rm -f include/linux/if_pppol2tp.h rm -f include/linux/if_pppol2tp.h