cbac7f35a8
- spec largely rewritten and changelog truncated, too many changes to list here - only provides are extracted for libtool and pkgconfig dependencies initially to avoid creating unsolvable dependencies - just a couple of patches left over from F9 - building against BDB 4.5.20 for compatibility in case we need to go backwards
14 lines
394 B
Diff
14 lines
394 B
Diff
diff --git a/macros.in b/macros.in
|
|
index 830072a..bdce7f4 100644
|
|
--- a/macros.in
|
|
+++ b/macros.in
|
|
@@ -805,6 +805,8 @@ print (t)\
|
|
export RPM_BUILD_ROOT}\
|
|
%{?_javaclasspath:CLASSPATH=\"%{_javaclasspath}\"\
|
|
export CLASSPATH}\
|
|
+ PKG_CONFIG_PATH=\"%{_libdir}/pkgconfig:%{_datadir}/pkgconfig\"\
|
|
+ export PKG_CONFIG_PATH\
|
|
\
|
|
%{verbose:set -x}%{!verbose:exec > /dev/null}\
|
|
umask 022\
|