]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- updated auto/th/poldek-0_30-0_20080820_23_44
authorBartłomiej Zimoń <cactus@pld-linux.org>
Thu, 3 Jun 2010 03:23:20 +0000 (03:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-local_trurlib_check.patch -> 1.2

poldek-local_trurlib_check.patch

index 3d0dc955911cdefcd4fef8f8b7693935ba739df3..851f844b43b92221773c4c724fdb0532fa383543 100644 (file)
@@ -1,16 +1,14 @@
 --- configure.in.old   2010-06-03 04:15:33.000000000 +0200
-+++ configure.in       2010-06-03 04:19:07.000000000 +0200
-@@ -421,8 +421,8 @@
++++ configure.in       2010-06-03 05:20:29.000000000 +0200
+@@ -421,7 +421,7 @@
  if test -n "$TRURL_DIR"; then
        AC_MSG_CHECKING(for local trurlib copy in $TRURL_DIR)
        AC_MSG_RESULT([yes])
 -      TRURL_INCLUDE="-I\$(top_srcdir)/$TRURL_DIR/include"
--      TRURL_LDFLAG="-L\$(top_srcdir)/$TRURL_DIR/"
-+      TRURL_INCLUDE="-I$srcdir/$TRURL_DIR/include"
-+      TRURL_LDFLAG="-L$srcdir/$TRURL_DIR/"
++      TRURL_INCLUDE="-I\$(top_srcdir)/$TRURL_DIR/include -I./$TRURL_DIR/include"
+       TRURL_LDFLAG="-L\$(top_srcdir)/$TRURL_DIR/"
        LDFLAGS="$LDFLAGS $TRURL_LDFLAG"
        CPPFLAGS="$CPPFLAGS $TRURL_INCLUDE"
-       LIBS="-ltrurl $LIBS"
 @@ -452,7 +452,7 @@
          #endif
         ], is_valid_trurlib_ver=yes, is_valid_trurlib_ver=no)
This page took 0.034959 seconds and 4 git commands to generate.