Revision: 5988
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5988&view=rev
Author:   gespinasse
Date:     2011-10-25 21:41:05 +0000 (Tue, 25 Oct 2011)
Log Message:
-----------
Fix the missing \ at end of tcl option
Align the \ to make that sort of error more visible

We probably should use --localstatedir=/var/kerberos that more or less most 
distro use
to avoid creating /usr/var/krb5kdc

Modified Paths:
--------------
    ipcop/trunk/lfs/krb5

Modified: ipcop/trunk/lfs/krb5
===================================================================
--- ipcop/trunk/lfs/krb5        2011-10-25 20:08:36 UTC (rev 5987)
+++ ipcop/trunk/lfs/krb5        2011-10-25 21:41:05 UTC (rev 5988)
@@ -83,16 +83,15 @@
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_SRC) && tar zxf $(THISAPP).tar.gz && rm $(THISAPP).tar.gz*
 
-       cd $(DIR_APP)/src &&   ./configure \
-                       CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
-                       LDFLAGS="-no-fatal-warnings" \
-                       --prefix=/usr \
-                       --enable-dynamic \
-                       --with-tcl=/$(TOOLS_DIR)
-                       --with-system-et \
+       cd $(DIR_APP)/src && ./configure                                \
+                       CPPFLAGS="-I/usr/include/et -I/usr/include/ss"  \
+                       LDFLAGS="-no-fatal-warnings"                    \
+                       --prefix=/usr                                   \
+                       --enable-dynamic                                \
+                       --with-tcl=/$(TOOLS_DIR)                        \
+                       --with-system-et                                \
                        --with-system-ss
 
-
        cd $(DIR_APP)/src && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to