]> git.pld-linux.org Git - packages/libfaketime.git/commitdiff
faketime binary hardcodes library path to LD_PRELOAD, rel. 2 auto/th/libfaketime-0.9.6-2
authorTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 15:14:13 +0000 (17:14 +0200)
committerTomasz Pala <gotar@pld-linux.org>
Mon, 10 Aug 2015 15:14:13 +0000 (17:14 +0200)
libfaketime.spec

index 44be25815ffc9dad8d4ff6208b0f5262a8e2db16..36b66c4e10ff8d38eef7fe95d809dcc5abfef464 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       Report faked system time
 Name:          libfaketime
 Version:       0.9.6
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Libraries
 Source0:       http://www.code-wizards.com/projects/libfaketime/%{name}-%{version}.tar.gz
@@ -17,7 +17,9 @@ to change the system-wide time.
 %setup -q
 
 %build
-%{__make}
+%{__make} \
+       PREFIX=%{_prefix} \
+       LIBDIRNAME=/%{_lib}/faketime \
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.0734590000000001 seconds and 4 git commands to generate.