Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37890440
en ru br
ALT Linux repos
S:2.8.0-alt3
5.0: 2.7.1-alt0.M50.1
4.1: 2.7.1-alt0.M41.1
4.0: 2.7.1-alt0.M40.1

Group :: System/Base
RPM: e3

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: e3.makefile.patch
Download


--- Makefile.orig	2010-12-21 12:27:02 +0300
+++ Makefile	2010-12-21 12:27:34 +0300
@@ -39,11 +39,11 @@
 
 32:	$(ASOURCES) Makefile
 ifeq	($(OS),LINUX)
-	nasm -O2 -f bin -l e3.lst -o e3 e3.asm -DCRIPLED_ELF=1 -D$(OS) -D$(EXMODE) 
+	nasm -O2 -f bin -l e3.lst -o e3 e3.asm -DCRIPLED_ELF=1 -D$(OS)
 	chmod +x e3
 else
 	echo $(ASVER)
-	nasm -O2 $(AFLAGS) -o e3.o e3.asm -l e3.lst -D$(OS) -D$(EXMODE)
+	nasm -O2 $(AFLAGS) -o e3.o e3.asm -l e3.lst -D$(OS)
 	ld -s -o e3 e3.o
 	strip --remove-section .comment e3
 endif
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin