Skip to content
Snippets Groups Projects
  1. Dec 16, 2016
  2. May 08, 2016
  3. Mar 10, 2016
  4. Oct 30, 2015
  5. May 04, 2015
  6. Feb 06, 2015
  7. Nov 20, 2013
  8. Oct 28, 2013
  9. Sep 15, 2012
  10. Aug 12, 2012
  11. Aug 10, 2012
  12. Jan 15, 2012
  13. Jul 24, 2011
    • Felix Fietkau's avatar
      pkg-config: fix prefix · 48bf10fb
      Felix Fietkau authored
      Now:
      
      % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include
      
      After applying the patch:
      
      % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test/include
      
      I guess that there sould not be '//' but only one '/'.
      
      Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net >
      
      SVN-Revision: 27744
      48bf10fb
  14. Dec 10, 2010
  15. Nov 25, 2010
  16. May 08, 2009
  17. Apr 22, 2009
  18. Mar 24, 2009
  19. Feb 22, 2009
  20. Oct 10, 2008
  21. Oct 06, 2007
Loading