source: npl/internetserver/poptop_ppp/patches/ppp-2.4.2-pppoatm-make.patch @ c5c522c

gcc484ntopperl-5.22
Last change on this file since c5c522c was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 343 bytes
RevLine 
[c5c522c]1--- ppp-2.4.2/pppd/plugins/pppoatm/Makefile.linux.make  2004-10-04 11:37:28.331818344 +0100
2+++ ppp-2.4.2/pppd/plugins/pppoatm/Makefile.linux       2004-10-04 11:37:54.884781680 +0100
3@@ -1,5 +1,5 @@
4 CC     = gcc
5-COPTS  = -O2 -g
6+COPTS  = $(RPM_OPT_FLAGS)
7 CFLAGS = $(COPTS) -I../.. -I../../../include -fPIC
8 LDFLAGS        = -shared
9 INSTALL        = install -o root
Note: See TracBrowser for help on using the repository browser.