[Verse-cvs] [verse] SVN commit:[4521] Missing flag in Makefile.

Jiri Hnidek jiri.hnidek at tul.cz
Fri Feb 1 12:14:16 CET 2008


Revision: 4521
          https://svn.blender.org//revision/?rev=4521&view=rev
Author:   jiri
Date:     2008-02-01 12:14:15 +0100 (Fri, 01 Feb 2008)

Log Message:
-----------
Missing flag in Makefile. It should be able to compile it at Linux platform now. Of course, you have to have pam developer file installed.

Modified Paths:
--------------
    branches/verse-pam-branch/Makefile

Modified: branches/verse-pam-branch/Makefile
===================================================================
--- branches/verse-pam-branch/Makefile	2008-01-29 10:30:03 UTC (rev 4520)
+++ branches/verse-pam-branch/Makefile	2008-02-01 11:14:15 UTC (rev 4521)
@@ -9,7 +9,7 @@
 
 CC	?= gcc
 CFLAGS	?= "-I$(shell pwd)" -Wall -Wpointer-arith -Wno-unused-parameter -ansi -g # -pg -O2 -finline-functions
-LDFLAGS	?= #-pg
+LDFLAGS	?= -lpam #-pg
 
 AR	?= ar
 ARFLAGS	= rus





More information about the Verse-cvs mailing list