projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1846c6
)
fixed paths in vtun configure per case 0000479
author
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 15:08:54 +0000
(15:08 -0000)
committer
David Anders
<dave123@abcsinc.com>
Tue, 24 Jan 2006 15:08:54 +0000
(15:08 -0000)
package/vtun/vtun.mk
patch
|
blob
|
history
diff --git
a/package/vtun/vtun.mk
b/package/vtun/vtun.mk
index 4e323d479d62e03698d9981a05af2df381062448..1584dfb190e3c864cfab0df20edc43db39d81d20 100644
(file)
--- a/
package/vtun/vtun.mk
+++ b/
package/vtun/vtun.mk
@@
-41,9
+41,9
@@
$(VTUN_DIR)/.configured: $(VTUN_DIR)/.unpacked
--localstatedir=/var \
--mandir=/usr/man \
--infodir=/usr/info \
- --with-ssl-headers=$(STAGING_DIR)/
usr/
include/openssl \
- --with-lzo-headers=$(STAGING_DIR)/
usr/
include \
- --with-lzo-lib=$(STAGING_DIR)/
usr/
lib \
+ --with-ssl-headers=$(STAGING_DIR)/include/openssl \
+ --with-lzo-headers=$(STAGING_DIR)/include \
+ --with-lzo-lib=$(STAGING_DIR)/lib \
);
touch $(VTUN_DIR)/.configured