Minor build patch
"Simon L. Nielsen" <[email protected]> Sun, 22 Dec 2002 18:14:24 +0100
| Newsgroups | gmane.os.freebsd.devel.binary-update |
|---|---|
| Message-ID | <[email protected]> |
--n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello To get things started here is a small patch to make binup actually build against recent postgresql. -- Simon L. Nielsen --n8g4imXOkfNTN/H1 Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="build_pgsql.patch" Index: server/Makefile =================================================================== RCS file: /home/mirror/freebsd/ncvs/projects/binup/server/Makefile,v retrieving revision 1.7 diff -u -d -r1.7 Makefile --- server/Makefile 19 Dec 2000 12:36:30 -0000 1.7 +++ server/Makefile 22 Dec 2002 17:07:12 -0000 @@ -3,6 +3,8 @@ # # Murray Stokely # +# $FreeBSD +# CC = gcc CFLAGS = -g -Wall -I../common/ @@ -27,8 +29,8 @@ MYSQLOBJS = mysql.o ## PostgreSQL Support -PGSQLLIBS = -L/usr/local/pgsql/lib -lpq -PGSQLINCS = -I/usr/local/pgsql/include +PGSQLLIBS = -L/usr/local/lib -lpq +PGSQLINCS = -I/usr/local/include PGSQLOBJS = pgsql.o .if defined(WITH_PGSQL) || exists(/usr/local/pgsql/) --n8g4imXOkfNTN/H1-- To Unsubscribe: send mail to [email protected] with "unsubscribe freebsd-binup" in the body of the message