Revision: 6739
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6739&view=rev
Author:   gespinasse
Date:     2012-08-05 05:51:47 +0000 (Sun, 05 Aug 2012)
Log Message:
-----------
Clean the compilation script

Remove chmod +x, that should 

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

Modified: ipcop/trunk/lfs/libcap
===================================================================
--- ipcop/trunk/lfs/libcap      2012-08-04 20:39:06 UTC (rev 6738)
+++ ipcop/trunk/lfs/libcap      2012-08-05 05:51:47 UTC (rev 6739)
@@ -83,12 +83,12 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
 
+       # Compile : the shared lib, without libattr actually
        cd $(DIR_APP) && make -j $(PARALLELISM) LIBATTR=no DYNAMIC=yes
-       # TODO: verify if ppc is ok without lib=lib
-       # need lib=lib for powerpc as lib detection fail because there is no 
ld-linux on ppc
-       # patch send upstream that would match grep -E 'ld-linux|ld.so'
-       cd $(DIR_APP) && make install LIBATTR=no DYNAMIC=yes lib=lib
-       chmod +x /lib/libcap.so.*
+       # LIBATTR=no set RAISE_SETFCAP=no
+       cd $(DIR_APP) && make install LIBATTR=no DYNAMIC=yes
+       # At least we will be sure nothing link statically
+       rm /lib/libcap.a
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

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