projects
/
openwrt
/
svn-archive
/
archive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[package] update libpng to 1.2.37 (#5359)
[openwrt/svn-archive/archive.git]
/
libs
/
libpng
/
patches
/
100-config_fix.patch
1
--- a/scripts/libpng-config-body.in
2
+++ b/scripts/libpng-config-body.in
3
@@ -83,6 +83,7 @@
4
5
--static)
6
R_opts=""
7
+ libs=${all_libs}
8
;;
9
10
*)
11
--- a/scripts/libpng.pc.in
12
+++ b/scripts/libpng.pc.in
13
@@ -6,5 +6,5 @@
14
Name: libpng
15
Description: Loads and saves PNG files
16
Version: 1.2.37
17
-Libs: -L${libdir} -lpng12
18
+Libs: -lpng12
19
Cflags: -I${includedir}