Revision: 6679
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6679&view=rev
Author:   gespinasse
Date:     2012-07-01 07:59:11 +0000 (Sun, 01 Jul 2012)
Log Message:
-----------
Use our CFLAGS during build
Do not strip yet the binaries on make install

Remove old lib on update, not the new one

Modified Paths:
--------------
    ipcop/trunk/lfs/pciutils
    ipcop/trunk/updates/2.1.0/setup

Modified: ipcop/trunk/lfs/pciutils
===================================================================
--- ipcop/trunk/lfs/pciutils    2012-07-01 06:10:39 UTC (rev 6678)
+++ ipcop/trunk/lfs/pciutils    2012-07-01 07:59:11 UTC (rev 6679)
@@ -84,8 +84,8 @@
 
        # build shared,
        # disable lspci -q and libresolv dependency (resolving names from 
remote pci.ids site)
-       cd $(DIR_APP) && make SHARED=yes DNS=no PREFIX=/usr
-       cd $(DIR_APP) && make SHARED=yes DNS=no PREFIX=/usr install
+       cd $(DIR_APP) && make SHARED=yes DNS=no PREFIX=/usr OPT="$(CFLAGS)"
+       cd $(DIR_APP) && make SHARED=yes DNS=no PREFIX=/usr STRIP="" install
        cd $(DIR_APP) && make SHARED=yes DNS=no PREFIX=/usr install-lib
 
        @rm -rf $(DIR_APP)

Modified: ipcop/trunk/updates/2.1.0/setup
===================================================================
--- ipcop/trunk/updates/2.1.0/setup     2012-07-01 06:10:39 UTC (rev 6678)
+++ ipcop/trunk/updates/2.1.0/setup     2012-07-01 07:59:11 UTC (rev 6679)
@@ -135,7 +135,7 @@
 /bin/rm -f /usr/lib/libnetfilter_conntrack.so.3.2.0
 /bin/rm -f /usr/lib/libnl-3.so.200.5.2
 /bin/rm -f /usr/lib/libnl-genl-3.so.200.5.2
-/bin/rm -f /usr/lib/libpci.so.3.1.10
+/bin/rm -f /usr/lib/libpci.so.3.1.9
 /bin/rm -f /usr/lib/libpcre.so.0.0.1
 /bin/rm -f /usr/lib/libpixman-1.so.0
 /bin/rm -f /usr/lib/libpixman-1.so.0.22.2

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