[or-cvs] [tor/maint-0.2.0] update the dist-rpm section of Makefile to allow for static libevent in rpms

Nick Mathewson nickm at seul.org
Wed Jun 24 20:03:32 UTC 2009


Author: Andrew Lewman <andrew at torproject.org>
Date: Wed, 24 Jun 2009 15:57:09 -0400
Subject: update the dist-rpm section of Makefile to allow for static libevent in
Commit: 3f0aede7ff7ebed7895644af1dcf84657a4f4016

---
 Makefile.am |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index e63e283..f79af51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,14 +26,14 @@ dist-rpm:
 	    mkdir $$RPM_BUILD_DIR/$$subdir;                     \
 	done;                                                   \
 	mkdir $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION);           \
-        cp -R ./ $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION)/;       \
-        pushd $$RPM_BUILD_DIR/SOURCES/;                         \
-        tar zcf tor-$(VERSION).tar.gz ./;                       \
-        popd;                                                   \
-        rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
-        mv $$RPM_BUILD_DIR/SRPMS/* .;                           \
-        mv $$RPM_BUILD_DIR/RPMS/* .;                            \
-        rm -rf $$RPM_BUILD_DIR
+    cp -R ./ $$RPM_BUILD_DIR/SOURCES/tor-$(VERSION)/;       \
+    pushd $$RPM_BUILD_DIR/SOURCES/;                         \
+    tar zcf tor-$(VERSION).tar.gz ./;                       \
+    popd;                                                   \
+    LIBS=-lrt rpmbuild -ba --define "_topdir $$RPM_BUILD_DIR" tor.spec; \
+    mv $$RPM_BUILD_DIR/SRPMS/* .;                           \
+    mv $$RPM_BUILD_DIR/RPMS/* .;                            \
+    rm -rf $$RPM_BUILD_DIR
 
 
 dist-osx:
-- 
1.5.6.5



More information about the tor-commits mailing list