Revision: 6577
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6577&view=rev
Author:   gespinasse
Date:     2012-04-26 12:12:13 +0000 (Thu, 26 Apr 2012)
Log Message:
-----------
Another unneeded --target removed
--enable-shared on configure is the default, so not needed

Add --disable-languages disable /usr/share/common-lisp files installation that 
we don't care

Remove the .so symlink from inclusion and on installed machine.

No code change on produced binaries, so no need to include in update now

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/libgpg-error
    ipcop/trunk/lfs/libgpg-error
    ipcop/trunk/updates/2.1.0/setup

Modified: ipcop/trunk/config/rootfiles/common/libgpg-error
===================================================================
--- ipcop/trunk/config/rootfiles/common/libgpg-error    2012-04-26 12:00:10 UTC 
(rev 6576)
+++ ipcop/trunk/config/rootfiles/common/libgpg-error    2012-04-26 12:12:13 UTC 
(rev 6577)
@@ -1,17 +1,8 @@
-## libgpg-error 1.9
-##
 #usr/bin/gpg-error
 #usr/bin/gpg-error-config
 #usr/include/gpg-error.h
 #usr/lib/libgpg-error.la
-usr/lib/libgpg-error.so
+#usr/lib/libgpg-error.so
 usr/lib/libgpg-error.so.0
 usr/lib/libgpg-error.so.0.7.0
 #usr/share/aclocal/gpg-error.m4
-#usr/share/common-lisp
-#usr/share/common-lisp/source
-#usr/share/common-lisp/source/gpg-error
-#usr/share/common-lisp/source/gpg-error/gpg-error-codes.lisp
-#usr/share/common-lisp/source/gpg-error/gpg-error-package.lisp
-#usr/share/common-lisp/source/gpg-error/gpg-error.asd
-#usr/share/common-lisp/source/gpg-error/gpg-error.lisp

Modified: ipcop/trunk/lfs/libgpg-error
===================================================================
--- ipcop/trunk/lfs/libgpg-error        2012-04-26 12:00:10 UTC (rev 6576)
+++ ipcop/trunk/lfs/libgpg-error        2012-04-26 12:12:13 UTC (rev 6577)
@@ -82,17 +82,15 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && ./configure    --enable-shared \
+       cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --disable-static \
                                        --disable-nls \
-                                       --prefix=/usr \
-                                       --target=$(MACHINE)
+                                       --disable-languages
        cd $(DIR_APP) && make
 
 ifeq "$(RUNNING_TEST)" "yes"
        cd $(DIR_APP) && make -j 1 check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
        # 2 tests passed
-
 endif
 
        cd $(DIR_APP) && make install

Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup     2012-04-26 12:00:10 UTC (rev 6576)
+++ ipcop/trunk/updates/2.1.0/setup     2012-04-26 12:12:13 UTC (rev 6577)
@@ -131,6 +131,7 @@
 # Remove devel lib that should not be needed
 /bin/rm -f /usr/lib/libfontconfig.so
 /bin/rm -f /usr/lib/libgd.so
+/bin/rm -f /usr/lib/libgpg-error.so
 /bin/rm -f /usr/lib/libpcre.so
 /bin/rm -f /usr/lib/libusb-1.0.so
 /bin/rm -f /usr/lib/libusb.so

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to