149 # use localhost as default host |
149 # use localhost as default host |
150 %{l_shtool} subst \ |
150 %{l_shtool} subst \ |
151 -e 's;hostname=.*;hostname=localhost;g' \ |
151 -e 's;hostname=.*;hostname=localhost;g' \ |
152 configure |
152 configure |
153 |
153 |
|
154 # warning use of libtool(1) is defective in the case of static building. |
|
155 # http://www.bacula.org/en/dev-manual/main/main/New_Features_in_5_2_1.html#SECTION006110000000000000000 |
154 # configure |
156 # configure |
155 LIBS= |
157 LIBS= |
156 case "%{l_platform -t}" in |
158 case "%{l_platform -t}" in |
157 *-sunos*) LIBS="-ldl" ;; |
159 *-sunos*) LIBS="-ldl" ;; |
158 esac |
160 esac |