]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/commitdiff
- restored debug support auto/ac/crossmingw32-zlib-1_2_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 25 Dec 2003 12:40:54 +0000 (12:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    crossmingw32-zlib.spec -> 1.9

crossmingw32-zlib.spec

index 0ac68323e5dc57e773a1de7be11ab72d6e0cac1a..1bef003d9d6dc072ee36d7765a39b9abee8a3e53 100644 (file)
@@ -150,8 +150,10 @@ CFLAGS="-D_REENTRANT %{rpmcflags}%{?with_asmopt: -DASMV}" \
 %{__make}
 %{__make} z.dll
 
-%{target}-strip z.dll
+%if 0%{!?debug:1}
+%{target}-strip -R.comment -R.note z.dll
 %{target}-strip -g -R.comment -R.note *.a
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.098988 seconds and 4 git commands to generate.