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

Group :: Desenvolvimento/C
RPM: cunit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: cunit-0.7.5-alt-makefile.patch
Download


 src/Makefile.common.in |    1 +
 src/cunit/Makefile     |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/src/Makefile.common.in b/src/Makefile.common.in
index f461e06..0b78253 100644
--- a/src/Makefile.common.in
+++ b/src/Makefile.common.in
@@ -5,6 +5,7 @@ INCLUDES += -I$(TOP)/src/
 CFLAGS = -Wall
 CFLAGS += -ggdb
 CFLAGS += -DCUNIT_VERSION=\"$(VERS)\"
+CFLAGS += -fPIC -DPIC
 CFLAGS += $(INCLUDES)
 LDFLAGS = -L./
 LDFLAGS += -L$(BUILDTOP)/libcunit
diff --git a/src/cunit/Makefile b/src/cunit/Makefile
index 8590bda..c218db1 100644
--- a/src/cunit/Makefile
+++ b/src/cunit/Makefile
@@ -6,7 +6,7 @@ SRC = 				\
 
 include $(TOP)/src/Makefile.common
 
-LIBS+=-lcunit
+LIBS=-lcunit -lm -ldl
 
 all: $(BUILDDIR)/CUnitTester
 
 
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