oops! forgot that one wasn't in the diff. --- handlers/Makefile.in.orig 2008-03-10 15:31:14.000000000 +1100 +++ handlers/Makefile.in @@ -28,10 +28,10 @@ cmd-control.o: cmd-control.c gcc $(CFLAGS) -fPIC -c -o $@ $< sync-pppd.so: pty.o sync-pppd.o - gcc -shared -o $@ $^ + gcc -shared $(LDFLAGS) -o $@ $^ cmd.so: cmd.o dstring.o - gcc -shared -o $@ $^ + gcc -shared $(LDFLAGS) -o $@ $^ clean: rm -f *.so *.o *~ On 11/03/2008, at 5:27 AM, Joerg Sonnenberger wrote:
On Mon, Mar 10, 2008 at 04:23:31PM +1100, Tyler Retzlaff wrote:Hey Folks, unless I hear violent complaint I'd commit the attached diff forthe net/rp-l2tp package.What's patch-ah? The rest looks fine. Joerg