diff options
author | Jonathan McDowell <noodles@earth.li> | 2005-10-26 22:22:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-26 22:22:51 +0000 |
commit | 46aa834d2945f0d14cdb136c40413c4e028b91fb (patch) | |
tree | e7da0d9cfd6afe29d17d3e225db4384800bcb37b /packages/ppp/ppp-2.4.3 | |
parent | 08c9668df356fc47f01cde8e421d3dc24adc4c9e (diff) |
ppp-2.4.3: Build pppoatm plugin as package ppp-oa.
Diffstat (limited to 'packages/ppp/ppp-2.4.3')
-rw-r--r-- | packages/ppp/ppp-2.4.3/pppoatm-makefile.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/ppp/ppp-2.4.3/pppoatm-makefile.patch b/packages/ppp/ppp-2.4.3/pppoatm-makefile.patch new file mode 100644 index 0000000000..5601f593d0 --- /dev/null +++ b/packages/ppp/ppp-2.4.3/pppoatm-makefile.patch @@ -0,0 +1,7 @@ +--- ppp-2.4.3/pppd/plugins/pppoatm/Makefile.linux.orig 2005-10-26 20:38:50.990298750 +0100 ++++ ppp-2.4.3/pppd/plugins/pppoatm/Makefile.linux 2005-10-26 20:39:05.583210750 +0100 +@@ -1,4 +1,3 @@ +-CC = gcc + COPTS = -O2 -g + CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC + LDFLAGS = -shared |