]> git.pld-linux.org Git - packages/jed.git/commitdiff
- added LDFLAGS=-s (for dynamic linking with slang).
authorkloczek <kloczek@pld-linux.org>
Fri, 28 Aug 1998 18:27:46 +0000 (18:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    jed.spec -> 1.2

jed.spec

index 995fb0d991c040fcd468a8c5c289641cecca23de..64e2f07c2366e4dd1d4867746f1e3872ed0756da 100644 (file)
--- a/jed.spec
+++ b/jed.spec
@@ -86,7 +86,10 @@ s
 %patch1 -p1
 
 %build
-default_jed_root=/usr/lib CFLAGS="-DMEMCPY=SLmemcpy -DMEMSET=SLmemset -DMEMCHR=SLmemchr $RPM_OPT_FLAGS" ./configure --prefix=/usr
+default_jed_root=/usr/lib \
+CFLAGS="-DMEMCPY=SLmemcpy -DMEMSET=SLmemset -DMEMCHR=SLmemchr $RPM_OPT_FLAGS" \
+LDFLAGS=-s \
+./configure --prefix=/usr
 make all
 make xjed
 
@@ -129,11 +132,12 @@ rm -rf $RPM_BUILD_ROOT
 
 %changelog
 * Wed Jun 17 1998 Tomasz K³oczko <kloczek@rudy.mif.pg.gda.pl>
-  [0.98.7-1]
+  [1.0-2]
 - added -q %setup parameter,
 - added using %%{name} macro in Source,
 - spec file rewritten for using Buildroot,
 - added %clean section,
+- added LDFLAGS=-s (for dynamic linking with slang),
 - removed not neccesary now patches,
 - added %defattr and %attr macros in %files (allows building package from
   non-root account).
This page took 0.0977749999999999 seconds and 4 git commands to generate.