diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-05 00:05:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-05 00:05:13 +0000 |
commit | 0eac43ecc21c0d11fcb1ede2badc95a6e8fa2979 (patch) | |
tree | 2c036e2d1fc0d8dc2059915d31cec2cd92743cf4 /openwrt/package/libpng/patches/100-config_fix.patch | |
parent | 5ef85fa0104c2df5abaaedadfda4aad272b63a11 (diff) |
add libpng
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@801 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libpng/patches/100-config_fix.patch')
-rw-r--r-- | openwrt/package/libpng/patches/100-config_fix.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/openwrt/package/libpng/patches/100-config_fix.patch b/openwrt/package/libpng/patches/100-config_fix.patch new file mode 100644 index 0000000000..453d271096 --- /dev/null +++ b/openwrt/package/libpng/patches/100-config_fix.patch @@ -0,0 +1,19 @@ +--- libpng3-1.2.5.0.orig/scripts/libpng-config-body.in ++++ libpng3-1.2.5.0/scripts/libpng-config-body.in +@@ -83,6 +83,7 @@ + + --static) + R_opts="" ++ libs=${all_libs} + ;; + + *) +--- libpng3-1.2.5.0.orig/scripts/libpng.pc.in ++++ libpng3-1.2.5.0/scripts/libpng.pc.in +@@ -7,5 +7,5 @@ + Name: libpng12 + Description: Loads and saves PNG files + Version: 1.2.8 +-Libs: -L${libdir} -lpng12 -lz -lm ++Libs: -lpng12 + Cflags: -I${includedir}/libpng12 |