*** ./src/Makefile.ORIG Mon May 17 17:02:20 2010 --- ./src/Makefile Mon May 17 17:03:09 2010 *************** *** 1,7 **** include ../Makefile.cfg ! CC=gcc ! CFLAGS=-Wall -Wcast-align -Wshadow -Wstrict-prototypes -g -O2 -DHAVE_$(CRYPTO_TYPE) -I../include -I./include ! LDFLAGS=-lcrypto -lgcrypt -lz all: config ctunnel --- 1,7 ---- include ../Makefile.cfg ! CC=cc -qcpluscmt ! CFLAGS=-O -DHAVE_$(CRYPTO_TYPE) -I../include -I./include ! LDFLAGS=-L/opt/freeware/lib -Wl,-blibpath:/opt/freeware/lib:/usr/lib:/lib -Wl,-bmaxdata:0x80000000 -lcrypto -lgcrypt -lgpg-error -lz all: config ctunnel *** ./Makefile.ORIG Fri Jun 4 14:07:50 2010 --- ./Makefile Fri Jun 4 14:06:43 2010 *************** *** 5,11 **** $(MAKE) -C src/ clean install: $(MAKE) -C src/ install ! install ctunnel.1 $(PREFIX)/share/man/man1 uninstall: $(MAKE) -C src/ uninstall ! rm -f $(PREFIX)/share/man/man1/ctunnel.1 --- 5,11 ---- $(MAKE) -C src/ clean install: $(MAKE) -C src/ install ! install ctunnel.1 $(PREFIX)/man/man1 uninstall: $(MAKE) -C src/ uninstall ! rm -f $(PREFIX)/man/man1/ctunnel.1