[packages/python3] - lib64 patch mangles ldflags, so added them to configure call

wrobell wrobell at pld-linux.org
Wed Apr 10 00:37:00 CEST 2013


commit cb44d5a03ce97a9f1a6a911c00e509a6f3fe8660
Author: wrobell <wrobell at pld-linux.org>
Date:   Tue Apr 9 23:36:19 2013 +0100

    - lib64 patch mangles ldflags, so added them to configure call

 python3.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/python3.spec b/python3.spec
index d8a8a12..134dbbf 100644
--- a/python3.spec
+++ b/python3.spec
@@ -495,7 +495,7 @@ CPPFLAGS="-I/usr/include/ncursesw %{rpmcppflags} -Wall %{!?debug:-DNDEBUG=1}"; e
 	LINKCC='$(PURIFY) $(CXX)' \
 	LDSHARED='$(CC) $(CFLAGS) -shared' \
 	BLDSHARED='$(CC) $(CFLAGS) -shared' \
-	LDFLAGS="%{rpmcflags} %{rpmldflags}"
+	LDFLAGS="%{rpmcflags} %{rpmldflags} -L%{_lib} -L%{_libdir}"
 
 %{__make} \
 	OPT="%{rpmcflags} %{rpmcppflags} -fno-caller-saves" 2>&1 | awk '
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python3.git/commitdiff/cb44d5a03ce97a9f1a6a911c00e509a6f3fe8660



More information about the pld-cvs-commit mailing list