Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37889928
en ru br
ALT Linux repositórios
5.0: 2007.01.15-alt1
4.1: 2007.01.15-alt1

Group :: Sistema/Configurações/Rede
RPM: aiccu

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: aiccu-fix-linkage-as-needed.patch
Download


diff --git a/aiccu/unix-console/Makefile b/aiccu/unix-console/Makefile
index d5e5c07..ad0b43b 100755
--- a/aiccu/unix-console/Makefile
+++ b/aiccu/unix-console/Makefile
@@ -144,7 +144,7 @@ endif
 all: aiccu
 
 aiccu:	$(OBJS) ${SRCS} ${INCS}
-	$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $(OBJS)
+	$(CC) $(CFLAGS) -o $@ $(OBJS) $(LDFLAGS)
 ifeq ($(shell echo $(CFLAGS) | grep -c "DEBUG"),0)
 ifeq ($(shell echo "$(RPM_OPT_FLAGS)" | wc -c),1)
 	strip $@
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009