Revision: 8330
          http://gar.svn.sourceforge.net/gar/?rev=8330&view=rev
Author:   dmichelsen
Date:     2010-02-03 13:27:28 +0000 (Wed, 03 Feb 2010)

Log Message:
-----------
krb5: Fix flags

Modified Paths:
--------------
    csw/mgar/pkg/krb5/trunk/Makefile

Modified: csw/mgar/pkg/krb5/trunk/Makefile
===================================================================
--- csw/mgar/pkg/krb5/trunk/Makefile    2010-02-03 11:47:33 UTC (rev 8329)
+++ csw/mgar/pkg/krb5/trunk/Makefile    2010-02-03 13:27:28 UTC (rev 8330)
@@ -97,9 +97,13 @@
 include gar/category.mk
 
 # The flags must not contain additional spaces or the build freaks out
-CFLAGS := $(strip $(CFLAGS) -L$(libdir)/$(MM_LIBDIR))
+CFLAGS := $(strip $(CFLAGS) -L$(libdir) -D__EXTENSIONS__)
+CXXFLAGS := $(strip $(CXXFLAGS) -D__EXTENSIONS__)
 #LDFLAGS := $(strip $(LDFLAGS))
 
+EXTRA_LINKER_FLAGS := $(LD_OPTIONS)
+LD_OPTIONS :=
+
 post-extract-modulated:
        @# TODO: Check signature
        @cd $(WORKDIR) && (gzip -c -d $(GARNAME)-$(GARVERSION).tar.gz | tar xf 
-)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to