Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37837069
en ru br
ALT Linux repos
S:1.0.2-alt1.a

Group :: System/Configuration/Printing
RPM: lm1100

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: lm1100.1.0.2a-LDFLAGS.patch
Download


--- Makefile	2001-02-26 01:40:16.000000000 +0100
+++ Makefile.oden	2008-12-25 00:40:02.000000000 +0100
@@ -9,15 +9,16 @@
 
 CC = g++ -O2
 #CC = g++ -g
+LDFLAGS = 
 
 lm1100: $(OBJS)
-	$(CC) -o lm1100 $(OBJS) $(LIBS)
+	$(CC) $(LDFLAGS) -o lm1100 $(OBJS) $(LIBS)
 
 bufcat: SpongeWriter.o ThreadSafeCircleBuffer.o bufcat.o
-	$(CC) -o bufcat SpongeWriter.o ThreadSafeCircleBuffer.o bufcat.o -lpthread
+	$(CC) $(LDFLAGS) -o bufcat SpongeWriter.o ThreadSafeCircleBuffer.o bufcat.o -lpthread
 
 leak: $(OBJS)
-	$(CC) -o lm1100 $(OBJS) $(LIBS) /usr/local/LeakTracer/LeakTracer.o
+	$(CC) $(LDFLAGS) -o lm1100 $(OBJS) $(LIBS) /usr/local/LeakTracer/LeakTracer.o
 
 tarball: $(FILES)
 	rm $(VERSION);ln -s . $(VERSION);tar -cf - $(TARFILES) | gzip > $(VERSION).tar.gz
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin