]> git.pld-linux.org Git - packages/inn.git/blobdiff - inn-ac25x.patch
- grrr... why abs_builddir isn't absolute?! workaround it
[packages/inn.git] / inn-ac25x.patch
index 83a2e1b88d9ba9ac2d6aeab8ab4c9759fee8fad3..82ea6b4f23aadcbcda0dd2999b1c1e1f8e1858ce 100644 (file)
@@ -6,8 +6,8 @@
  dnl top of the build directory, not the source directory).
 -builddir=`pwd`
 -AC_SUBST(builddir)
-+abs_builddir=`pwd`
-+AC_SUBST(abs_builddir)
++xxx_builddir=`pwd`
++AC_SUBST(xxx_builddir)
  
  dnl Earlier versions of INN used --with-largefiles, which was the wrong flag
  dnl from the perspective of what --with and --enable are supposed to mean.
@@ -29,7 +29,7 @@
  ##  when linking the test suite.
  
 -builddir      = @builddir@
-+builddir      = @abs_builddir@
++builddir      = @xxx_builddir@
  
  ##  Basic compiler settings.  COPT is the variable to override on the make
  ##  command line to change the optimization or add warning flags (such as
This page took 0.149979 seconds and 4 git commands to generate.