usr/src/cmd/php5/Makefile.sfw
changeset 84 6902ad00c313
parent 82 9d61c9ecee9c
child 86 7cec84c09a67
--- a/usr/src/cmd/php5/Makefile.sfw	Thu Jun 16 03:13:50 2011 -0700
+++ b/usr/src/cmd/php5/Makefile.sfw	Thu Jun 16 03:22:41 2011 -0700
@@ -20,7 +20,7 @@
 #
 # Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
 #
-#pragma ident	"@(#)Makefile.sfw	1.45	11/05/18 SMI"
+#pragma ident	"@(#)Makefile.sfw	1.46	11/06/02 SMI"
 
 PHP_REL=5.2
 #
@@ -353,7 +353,7 @@
 		--with-pear=$(PEAR_DIR) \
 		--with-pdo-mysql=shared,$(ROOT)$(MYSQL_DIR) \
 		--with-pdo-sqlite=shared \
-		--with-snmp=shared,$(ROOT)/usr \
+		--with-snmp=shared,/usr \
 		--with-sqlite=shared \
 		--with-tidy=shared,$(ROOT)/usr \
 		--without-tsrm-pthreads )
@@ -401,7 +401,7 @@
 		--with-pear=$(PEAR_DIR) \
 		--with-pdo-mysql=shared,$(ROOT)$(MYSQL_DIR) \
 		--with-pdo-sqlite=shared \
-		--with-snmp=shared,$(ROOT)/usr \
+		--with-snmp=shared,/usr \
 		--with-sqlite=shared \
 		--with-tidy=shared,$(ROOT)/usr )