]> git.pld-linux.org Git - packages/tinycbor.git/commitdiff
- fixed .pc file master auto/th/tinycbor-0.6.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Mar 2024 20:09:21 +0000 (21:09 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 27 Mar 2024 20:09:21 +0000 (21:09 +0100)
tinycbor.spec

index f64ffa28a72a02d3998ebe7c519920e34cb9fc61..9ca1c996eb98081510881835db79903a94aac563 100644 (file)
@@ -69,7 +69,9 @@ LDFLAGS="%{rpmldflags}" \
        %{!?with_static_libs:BUILD_STATIC=0} \
        CC="%{__cc}" \
        CFLAGS="%{rpmcflags} -Wall -Wextra" \
-       CPPFLAGS="%{rpmcppflags}"
+       CPPFLAGS="%{rpmcppflags}" \
+       prefix=%{_prefix} \
+       libdir=%{_libdir}
 
 %if %{with apidocs}
 %{__make} docs
This page took 0.115902 seconds and 4 git commands to generate.