0:11485ee0c400 | 1:0279e97b43bb |
---|---|
34 Distribution: OpenPKG Community | 34 Distribution: OpenPKG Community |
35 Class: PLUS | 35 Class: PLUS |
36 Group: Logfile | 36 Group: Logfile |
37 License: GPL | 37 License: GPL |
38 Version: %{V_here} | 38 Version: %{V_here} |
39 Release: 20081215 | 39 Release: 20090401 |
40 | 40 |
41 # package options | 41 # package options |
42 %option with_dns no | 42 %option with_dns no |
43 | 43 |
44 # list of sources | 44 # list of sources |
75 | 75 |
76 %build | 76 %build |
77 CC="%{l_cc}" \ | 77 CC="%{l_cc}" \ |
78 CFLAGS="%{l_cflags -O}" \ | 78 CFLAGS="%{l_cflags -O}" \ |
79 CPPFLAGS="%{l_cppflags} -DHAVE_DB_185_H" \ | 79 CPPFLAGS="%{l_cppflags} -DHAVE_DB_185_H" \ |
80 GREP="grep" \ | |
80 ./configure \ | 81 ./configure \ |
81 --prefix=%{l_prefix} \ | 82 --prefix=%{l_prefix} \ |
82 %if "%{with_dns}" == "yes" | 83 %if "%{with_dns}" == "yes" |
83 --enable-dns \ | 84 --enable-dns \ |
84 %endif | 85 %endif |