From 7325e669ad3d56127063255bbf47e4de0471f670 Mon Sep 17 00:00:00 2001 From: lace <> Date: Wed, 28 Dec 2005 04:50:21 +0000 Subject: [PATCH] Update for the package made public - "staticbuild": /usr/local/staticbuild --- build-static | 2 +- captive.spec.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build-static b/build-static index 7dc82d5..3e362bb 100755 --- a/build-static +++ b/build-static @@ -25,7 +25,7 @@ # definitely need to be changed for other distributions. # Required precompiled static libraries .a and some .c stubs: -STATIC_PATH=/usr/local/devel-static +STATIC_PATH=/usr/local/staticbuild set -e -o pipefail diff --git a/captive.spec.in b/captive.spec.in index 54957f4..f854a16 100644 --- a/captive.spec.in +++ b/captive.spec.in @@ -17,7 +17,7 @@ # Build fully statically. -# /usr/local/devel-static is required to contain static libraries. +# /usr/local/staticbuild is required to contain static libraries. %define static 1 @@ -164,7 +164,7 @@ NTFS disks will become mount(8)able at directories: /mnt/captive-VOLUME_NAME %endif # 'define' of rpm(1) does not accept line-continuation backslashes ('\'). %if %{static} -export CPPFLAGS="-I/usr/local/devel-static/include/gnome-vfs-module-2.0" +export CPPFLAGS="-I/usr/local/staticbuild/include/gnome-vfs-module-2.0" %configure \ --disable-shared --enable-static \ --enable-standalone \ -- 1.8.3.1