summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-28 18:42:16 +0000
committerJay Freeman <saurik@saurik.com>2008-06-28 18:42:16 +0000
commit44a988d1e24b04a1def3e4f7570865e6b27e5c0e (patch)
treefbce4199950ff5f8e2c8f52df5539a23f769d868
parent88081e6c52e0d35c7b25e39df4552a6e430900b4 (diff)
Minor biuld determinism mistakes.
git-svn-id: http://svn.telesphoreo.org/trunk@338 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r--data/iokittools/make.sh2
-rw-r--r--data/stunnel/dylib.diff4
2 files changed, 3 insertions, 3 deletions
diff --git a/data/iokittools/make.sh b/data/iokittools/make.sh
index f703a35a0..4c10ed0f8 100644
--- a/data/iokittools/make.sh
+++ b/data/iokittools/make.sh
@@ -3,6 +3,6 @@ pkg:setup
pkg: mkdir -p /usr/sbin
for tproj in *.tproj; do
tproj=$(basename "${tproj}" .tproj)
- ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit
+ ${PKG_TARG}-gcc -lcurses -o "${tproj}" "${tproj}.tproj"/*.c -framework CoreFoundation -framework IOKit -save-temps
pkg: cp -a "${tproj}" /usr/sbin
done
diff --git a/data/stunnel/dylib.diff b/data/stunnel/dylib.diff
index afe8d48e9..79a6d100a 100644
--- a/data/stunnel/dylib.diff
+++ b/data/stunnel/dylib.diff
@@ -35,8 +35,8 @@ diff -ru stunnel-3.26/Makefile.in stunnel-3.26+iPhone/Makefile.in
-stunnel.so: Makefile env.c
- $(CC) -fPIC -shared $(LDFLAGS) -o stunnel.so env.c $(LIBS) || \
- touch stunnel.so
-+libstunnel.dylib: Makefile env.c
-+ $(CC) -fPIC -shared $(LDFLAGS) -dynamiclib -o libstunnel.dylib env.c $(LIBS)
++libstunnel.dylib: Makefile env.o
++ $(CC) -fPIC -shared $(LDFLAGS) -dynamiclib -o libstunnel.dylib env.o $(LIBS)
Makefile: configure Makefile.in
./configure