12 lines
380 B
Diff
12 lines
380 B
Diff
|
--- VirtualBox-4.3.26/vdfuse/vdbuild_new.orig 2014-04-17 11:16:54.000000000 +0200
|
||
|
+++ VirtualBox-4.3.26/vdfuse/vdbuild_new 2015-04-30 02:23:20.788865479 +0200
|
||
|
@@ -50,7 +50,7 @@
|
||
|
`pkg-config --cflags --libs fuse` \
|
||
|
-I"${incdir}" \
|
||
|
-Wl,-rpath,"${INSTALL_DIR}" \
|
||
|
- -l:"${INSTALL_DIR}"/VBoxDDU.so \
|
||
|
+ ${INSTALL_DIR}/VBoxDDU.so \
|
||
|
-Wall ${CFLAGS}
|
||
|
|
||
|
if [ -z "${NOSTRIP}" ]; then
|