Revision: 7845
          http://sourceforge.net/p/ipcop/svn/7845
Author:   owes
Date:     2015-02-01 18:32:45 +0000 (Sun, 01 Feb 2015)
Log Message:
-----------
Install xz headers & co.

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/xz
    ipcop/trunk/lfs/xz

Modified: ipcop/trunk/config/rootfiles/common/xz
===================================================================
--- ipcop/trunk/config/rootfiles/common/xz      2015-01-30 13:20:22 UTC (rev 
7844)
+++ ipcop/trunk/config/rootfiles/common/xz      2015-02-01 18:32:45 UTC (rev 
7845)
@@ -21,7 +21,47 @@
 #usr/bin/xzgrep
 #usr/bin/xzless
 #usr/bin/xzmore
+#usr/include/lzma
+#usr/include/lzma.h
+#usr/include/lzma/base.h
+#usr/include/lzma/bcj.h
+#usr/include/lzma/block.h
+#usr/include/lzma/check.h
+#usr/include/lzma/container.h
+#usr/include/lzma/delta.h
+#usr/include/lzma/filter.h
+#usr/include/lzma/hardware.h
+#usr/include/lzma/index.h
+#usr/include/lzma/index_hash.h
+#usr/include/lzma/lzma12.h
+#usr/include/lzma/stream_flags.h
+#usr/include/lzma/version.h
+#usr/include/lzma/vli.h
 #usr/lib/liblzma.la
 #usr/lib/liblzma.so
 usr/lib/liblzma.so.5
 usr/lib/liblzma.so.5.2.0
+#usr/lib/pkgconfig/liblzma.pc
+#usr/share/man/man1/lzcat.1
+#usr/share/man/man1/lzcmp.1
+#usr/share/man/man1/lzdiff.1
+#usr/share/man/man1/lzegrep.1
+#usr/share/man/man1/lzfgrep.1
+#usr/share/man/man1/lzgrep.1
+#usr/share/man/man1/lzless.1
+#usr/share/man/man1/lzma.1
+#usr/share/man/man1/lzmadec.1
+#usr/share/man/man1/lzmainfo.1
+#usr/share/man/man1/lzmore.1
+#usr/share/man/man1/unlzma.1
+#usr/share/man/man1/unxz.1
+#usr/share/man/man1/xz.1
+#usr/share/man/man1/xzcat.1
+#usr/share/man/man1/xzcmp.1
+#usr/share/man/man1/xzdec.1
+#usr/share/man/man1/xzdiff.1
+#usr/share/man/man1/xzegrep.1
+#usr/share/man/man1/xzfgrep.1
+#usr/share/man/man1/xzgrep.1
+#usr/share/man/man1/xzless.1
+#usr/share/man/man1/xzmore.1

Modified: ipcop/trunk/lfs/xz
===================================================================
--- ipcop/trunk/lfs/xz  2015-01-30 13:20:22 UTC (rev 7844)
+++ ipcop/trunk/lfs/xz  2015-02-01 18:32:45 UTC (rev 7845)
@@ -90,11 +90,11 @@
 ifeq "$(STAGE)" "toolchain"
        # build=$(MACHINE) is required : on x86_64 (64 bits), on i686 gcc pass2 
fail to decompress gmp xz package with xz segfaulting
        # build=$(MACHINE) trigger 'checking if libtool supports shared 
libraries... no' so --disable-static has no effect
-       cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --build=$(MACHINE) 
--disable-nls
+       cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR) --build=$(MACHINE) 
--disable-doc --disable-nls
 endif
 
 ifeq "$(STAGE)" "base"
-       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static 
--disable-nls
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-static 
--disable-doc --disable-nls
 endif
 
        cd $(DIR_APP) && make -j $(PARALLELISM)
@@ -105,8 +105,7 @@
        cd $(DIR_APP); make -j 1 check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 endif
-       # headers are not installed now. It will be needed to add them if 
linking against lzma lib
-       cd $(DIR_APP) && make install-exec
+       cd $(DIR_APP) && make install
 
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)

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


------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to