Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 13:50:19 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 14447 for review
Message-ID:  <200207182050.g6IKoJCt065748@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14447

Change 14447 by rwatson@rwatson_paprika on 2002/07/18 13:49:49

	use -lugidfw instead of pointing it at my locally built version,
	since it's now in the tree.

Affected files ...

.. //depot/projects/trustedbsd/misc/kugidfw/Makefile#2 edit

Differences ...

==== //depot/projects/trustedbsd/misc/kugidfw/Makefile#2 (text+ko) ====

@@ -36,7 +36,7 @@
 QTLIB=-L/usr/X11R6/lib -lqt-mt -pthread
 MOC=/usr/X11R6/bin/moc
 CFLAGS=-Wall ${KDEINC} ${QTINC} -g
-LDFLAGS=-lkvm ${KDELIB} ${QTLIB} /home/rwatson/libugidfw/ugidfw.o
+LDFLAGS=-lkvm ${KDELIB} ${QTLIB} -lugidfw
 
 all: kugidfw
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207182050.g6IKoJCt065748>