Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37739200
en ru br
Репозитории ALT

Группа :: Development/Tools
Пакет: cpipe

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: cpipe-lib.patch
Скачать


diff --git a/cpipe/makefile b/cpipe/makefile
index d0289e1..b94f58b 100644
--- a/cpipe/makefile
+++ b/cpipe/makefile
@@ -19,7 +19,7 @@ CFLAGS = -O2 -W -Wall -pedantic
 
 ########################################################################
 cpipe: cpipe.o cmdline.o
-	$(CC) -lm -o $@ cpipe.o cmdline.o
+	$(CC) -o $@ cpipe.o cmdline.o -lm
 
 cpipe.o: cpipe.c cmdline.h
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin