Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37868752
en ru br
ALT Linux repositórios
S:0.93-alt5
5.0: 0.93-alt2
4.1: 0.93-alt2

Group :: Sistema/Kernel e hardware
RPM: cyclades-serial-client

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: cyclades-serial-client.patch
Download


--- configure	2004-01-14 21:19:17 +0300
+++ configure	2007-06-08 15:28:39 +0400
@@ -3520,8 +3520,8 @@
 if [ `uname` = "Linux" ]; then
   OFLAGS="-DUSE_TERMIO -DUSE_TERMIOS -DUSE_POSIX_NONBLOCK"
   CCFLAGS="-O2 -Wall -W -Wshadow -Wpointer-arith -Wwrite-strings -pedantic"
-  SOCFLAGS="-shared -fpic"
-  SOLFLAGS="-shared -init libcsc_init -fini libcsc_fini -fpic -ldl"
+  SOCFLAGS="-shared -fPIC"
+  SOLFLAGS="-shared -ldl"
   DEV_OBJ=linux-dev.o
 else
   if [ `uname` = "AIX" ]; then
   
--- libcsc/Makefile.in	2007-06-08 15:37:33 +0400
+++ libcsc/Makefile.in	2007-06-08 15:33:58 +0400
@@ -8,7 +8,7 @@
 
 libcyclades-ser-cli.so: libcyclades-ser-cli.c
 	$(CC) -c $(CCFLAGS) libcyclades-ser-cli.c -o libcyclades-ser-cli.o
-	ld libcyclades-ser-cli.o $(SOLFLAGS) -o libcyclades-ser-cli.so
+	$(CC) libcyclades-ser-cli.o $(SOLFLAGS) -o libcyclades-ser-cli.so
 
 clean:
 	rm -f libcyclades-ser-cli.so libcyclades-ser-cli.o depends.bak
 
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