SHA256
1
0
forked from pool/ppp

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

OBS-URL: https://build.opensuse.org/package/show/network/ppp?expand=0&rev=38
This commit is contained in:
Reinhard Max 2016-12-09 15:31:40 +00:00 committed by Git OBS Bridge
parent 8b660d9265
commit aa82edec2b
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