Update for the package made public - "staticbuild": /usr/local/staticbuild
authorlace <>
Wed, 28 Dec 2005 04:50:21 +0000 (04:50 +0000)
committerlace <>
Wed, 28 Dec 2005 04:50:21 +0000 (04:50 +0000)
build-static
captive.spec.in

index 7dc82d5..3e362bb 100755 (executable)
@@ -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
index 54957f4..f854a16 100644 (file)
@@ -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 \