]> git.pld-linux.org Git - packages/syslog-ng.git/commitdiff
- base libs instead of hardcoding
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 23 Feb 2011 09:50:19 +0000 (09:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    syslog-ng-link.patch -> 1.10

syslog-ng-link.patch

index 9d7cc0305f405df6bd241b0985c1e66de8d970a8..b7204395c7c2cb658348545e6d95a422791b6b1c 100644 (file)
@@ -38,7 +38,7 @@
  
        old_LIBS=$LIBS
 -      LIBS="$LD_START_STATIC $GLIB_LIBS $LD_END_STATIC"
-+      LIBS="$LD_START_STATIC $GLIB_LIBS $LD_END_STATIC -ldl -lrt"
++      LIBS="$LD_START_STATIC $GLIB_LIBS $LD_END_STATIC $BASE_LIBS"
        AC_CHECK_FUNC(g_hash_table_new, blb_cv_static_glib=yes, blb_cv_static_glib=no)
        LIBS=$old_LIBS
  fi
This page took 0.04221 seconds and 4 git commands to generate.