svn commit: trunk/buildroot/package/vtun

prpplague at uclibc.org prpplague at uclibc.org
Tue Jan 24 15:08:55 UTC 2006


Author: prpplague
Date: 2006-01-24 07:08:54 -0800 (Tue, 24 Jan 2006)
New Revision: 13554

Log:
fixed paths in vtun configure per case 0000479

Modified:
   trunk/buildroot/package/vtun/vtun.mk


Changeset:
Modified: trunk/buildroot/package/vtun/vtun.mk
===================================================================
--- trunk/buildroot/package/vtun/vtun.mk	2006-01-24 14:52:47 UTC (rev 13553)
+++ trunk/buildroot/package/vtun/vtun.mk	2006-01-24 15:08:54 UTC (rev 13554)
@@ -41,9 +41,9 @@
 		--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
 




More information about the uClibc-cvs mailing list