Displaying 3 results from an estimated 3 matches for "lopensc".
Did you mean:
opensc
2006 Sep 23
3
[Bug 1234] configure adds opensc libs to LDFLAGS when it should use LIBS
...OPENSC_CFLAGS"
LDFLAGS="$LDFLAGS $LIBOPENSC_LIBS"
since we're grabbing libs, we actually want to be sticking that into
LIBS
otherwise, when the binaries get linked, they're of the form:
$(CC) <objects> -o ssh $LDFLAGS <sshlibs> $LIBS
so -lopensc goes into LDFLAGS instead of LIBS and if we use something
like -static or --as-needed in LDFLAGS, the build aborts because the
<sshlibs> use symbols from -lopensc but -lopensc is discarded before
sshlibs get processed
------- You are receiving this mail because: -------
You are the assign...
2004 Dec 13
2
[Bug 964] Problem compiling openssh 3.9p1
...ntering directory `/tmp/openssh-3.9p1/openbsd-compat'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/tmp/openssh-3.9p1/openbsd-compat'
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o
sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/lib -lopensc -lscconf -lssh
-lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt
-L/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -s -O3 -march=i686 -Wall
-Wpointer-arith -Wno-uninitialized -L/usr/local/BerkeleyDB.4.1/lib -lpthread
-lgpm -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -lresolv
/usr/local/...
2007 Nov 12
7
[Bug 1391] New: Problem compiling openssh 4.7p1
...to be done for `all'.
make[1]: Leaving directory `/tmp/openssh-4.7p1/openbsd-compat'
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o
sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -lssh
-lopenbsd-compat -lsectok -lcrypto -lskey -lutil -lz -lnsl -lcrypt
-L/usr/local/lib -lopensc -lscconf -L/usr/local/lib -Wl,-rpath
-Wl,/usr/local/lib -s -O3 -march=i686 -Wall -Wpointer-arith
-Wuninitialized -Wsign-compare -std=gnu99
-L/usr/local/BerkeleyDB.4.1/lib -lpthread -lgpm -lgssapi_krb5 -lkrb5
-lk5crypto -lcom_err -lresolv
/usr/local/lib/gcc/i686-pc-linux-gnu/3.4.3/../../../../i686-p...