]> git.pld-linux.org Git - packages/gd.git/blob - gd-no_ldflags_in_gdlib-config.patch
- remove propagate in gdlib-config script LDFLAGS libgd linking time to projects
[packages/gd.git] / gd-no_ldflags_in_gdlib-config.patch
1 --- gd-2.0.12/config/gdlib-config.in~   Wed Apr 23 19:26:02 2003
2 +++ gd-2.0.12/config/gdlib-config.in    Wed Apr 23 19:26:02 2003
3 @@ -61,9 +61,6 @@
4      --revision)
5         echo @GDLIB_REVISION@
6         ;;
7 -    --ldflags)
8 -       echo @LDFLAGS@
9 -       ;;
10      --libs)
11         echo @LIBS@
12         ;;
13 @@ -74,7 +71,6 @@
14         echo "GD library  @VERSION@"
15         echo "includedir: $includedir"
16         echo "cflags:     -I@includedir@"
17 -       echo "ldflags:    @LDFLAGS@"
18         echo "libs:       @LIBS@"
19         echo "libdir:     $libdir"
20         ;;
This page took 0.036007 seconds and 3 git commands to generate.