]> git.pld-linux.org Git - packages/authconfig.git/commitdiff
- use LIBADD
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 20 Apr 2012 06:39:02 +0000 (06:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libs-resolv.patch -> 1.2

libs-resolv.patch

index 4536b86dc251842ff4291492cc1375fb5a7e9fe3..abfa42dc78dcfac0a3a919433726ba9f2c59e4a9 100644 (file)
@@ -4,7 +4,7 @@
  
  acutilmodule_la_SOURCES = acutilmodule.c
  acutilmodule_la_LDFLAGS = -module -avoid-version -export-dynamic @LDFLAGS@
-+acutilmodule_la_LIBS = -lresolv
++acutilmodule_la_LIBADD = -lresolv
  
  EXTRA_DIST = authconfig.spec.in authconfig.spec authconfig.pamd \
        authconfig.console authconfig-tui.console authconfig-gtk.console \
This page took 0.062067 seconds and 4 git commands to generate.