Changeset 915 for spec/trunk/SPECS/libxml2.spec
- Timestamp:
- Nov 30, 2016, 9:13:33 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
spec/trunk/SPECS/libxml2.spec
r905 r915 9 9 Name: libxml2 10 10 Version: 2.9.4 11 Release: 1%{?dist}11 Release: 2%{?dist} 12 12 License: MIT 13 13 Group: Development/Libraries … … 164 164 165 165 # Generate & install forwarder DLLs. 166 gcc -Zomf -Zdll libxml2.def -l$RPM_BUILD_ROOT/%{_libdir}/xml22.dll-o $RPM_BUILD_ROOT/%{_libdir}/libxml2.dll166 gcc -Zomf -Zdll -nostdlib libxml2.def -l$RPM_BUILD_ROOT/%{_libdir}/xml22.dll -lend -o $RPM_BUILD_ROOT/%{_libdir}/libxml2.dll 167 167 168 168 # create a symlink for the python binding, as the dll itself is named xml2mod.dll … … 249 249 250 250 %changelog 251 * Wed Nov 30 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.9.4-2 252 - add -nostdlib to forwarders, to need less heap 253 251 254 * Fri Nov 25 2016 Silvan Scherrer <silvan.scherrer@aroa.ch> - 2.9.4-1 252 255 - update to version 2.9.4
Note:
See TracChangeset
for help on using the changeset viewer.