]> git.pld-linux.org Git - packages/gd.git/commitdiff
- remove propagate in gdlib-config script LDFLAGS libgd linking time to projects
authorkloczek <kloczek@pld-linux.org>
Wed, 23 Apr 2003 16:36:09 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  which will use libgd (seems some maintainer misundesrstending of idea *-config
  scripts).

Changed files:
    gd-no_ldflags_in_gdlib-config.patch -> 1.1

gd-no_ldflags_in_gdlib-config.patch [new file with mode: 0644]

diff --git a/gd-no_ldflags_in_gdlib-config.patch b/gd-no_ldflags_in_gdlib-config.patch
new file mode 100644 (file)
index 0000000..7d57384
--- /dev/null
@@ -0,0 +1,20 @@
+--- gd-2.0.12/config/gdlib-config.in~  Wed Apr 23 19:26:02 2003
++++ gd-2.0.12/config/gdlib-config.in   Wed Apr 23 19:26:02 2003
+@@ -61,9 +61,6 @@
+     --revision)
+       echo @GDLIB_REVISION@
+       ;;
+-    --ldflags)
+-      echo @LDFLAGS@
+-      ;;
+     --libs)
+       echo @LIBS@
+       ;;
+@@ -74,7 +71,6 @@
+       echo "GD library  @VERSION@"
+       echo "includedir: $includedir"
+       echo "cflags:     -I@includedir@"
+-      echo "ldflags:    @LDFLAGS@"
+       echo "libs:       @LIBS@"
+       echo "libdir:     $libdir"
+       ;;
This page took 0.042664 seconds and 4 git commands to generate.