[packages/skey] - pass LDFLAGS

witekfl witekfl at pld-linux.org
Fri Jan 17 13:36:38 CET 2014


commit 74b30cb9321d3a13c5916a47d834a61ca1c6473f
Author: Witold Filipczyk <witekfl at poczta.onet.pl>
Date:   Fri Jan 17 13:35:45 2014 +0100

    - pass LDFLAGS

 skey-shared.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/skey-shared.patch b/skey-shared.patch
index 0559344..6a05f2e 100644
--- a/skey-shared.patch
+++ b/skey-shared.patch
@@ -72,7 +72,7 @@ diff -urN skey-2.2.org/libskey/Makefile skey-2.2/libskey/Makefile
 -lib$(LIB).a: $(OBJS)
 -	ar crs lib$(LIB).a $(OBJS)
 +lib$(LIB).so.$(VERSION): $(OBJS) $(MD_OBJS)
-+	$(CC) -o lib$(LIB).so.$(VERSION) -Wl,-soname=lib$(LIB).so.$(MAJOR) -shared $(OBJS) $(MD_OBJS) -lcrypt
++	$(CC) -o lib$(LIB).so.$(VERSION) -Wl,-soname=lib$(LIB).so.$(MAJOR) -shared $(LDFLAGS) $(OBJS) $(MD_OBJS) -lcrypt
 +	ln -s lib$(LIB).so.$(VERSION) lib$(LIB).so
 +
 +lib$(LIB).a: $(OBJS) $(MD_OBJS)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/skey.git/commitdiff/8e45c20cd47aba54c16a944d7ed5a58c01fb8901



More information about the pld-cvs-commit mailing list