]> git.pld-linux.org Git - packages/Hermes.git/commitdiff
- added using %configure macro,
authorkloczek <kloczek@pld-linux.org>
Fri, 4 Jun 1999 13:32:05 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- -g to CFLAGS.

Changed files:
    Hermes.spec -> 1.9

Hermes.spec

index 3a79117adbdc2c00d778479d79bd41c4a83d9bef..7d85b5bd112a827d794e9909eac9de02d439172d 100644 (file)
@@ -66,8 +66,8 @@ Biblioteka statyczna HERMES.
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure %{_target_platform} \
+CFLAGS="$RPM_OPT_FLAGS -g"; export CFLAGS
+%configure \
        --prefix=%{_prefix}
 make
 
@@ -101,6 +101,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 
 %changelog
+* Fri Jun  4 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
+  [1.2.5-1]
+- added -g to CFLAGS (static librariest must be with debug info).
+
 * Tue Apr 20 1999 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
   [1.2.4-2]
 - added - q %setup parameter,
This page took 0.039254 seconds and 4 git commands to generate.