Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F4324493
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
516 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/trunk/makehivex.sh b/trunk/makehivex.sh
index b69bf01..16fd321 100755
--- a/trunk/makehivex.sh
+++ b/trunk/makehivex.sh
@@ -1,14 +1,13 @@
#!/bin/bash
# When compiling under mingw, make sure PKG_CONFIG_PATH is set
uname | grep MINGW &>/dev/null
if [ $? -eq 0 ]; then
- export PKG_CONFUG_PATH="/local/lib/pkgconfig"
+ export PKG_CONFIG_PATH="/local/lib/pkgconfig"
fi
cd hivex
-make clean
autoreconf
./configure --disable-ocaml --disable-perl --disable-python --disable-ruby && make
cd ..
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Mon, Dec 23, 11:36 AM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1176866
Default Alt Text
(516 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment