|
@@ -176,6 +176,7 @@ simple-obfs:
|
|
&& CXXFLAGS="-target $(TARGET)" CFLAGS="-target $(TARGET)" ./configure --prefix=$${PWD}/../dist/$(ARCH)/simple-obfs \
|
|
&& CXXFLAGS="-target $(TARGET)" CFLAGS="-target $(TARGET)" ./configure --prefix=$${PWD}/../dist/$(ARCH)/simple-obfs \
|
|
--host=$(TARGET) \
|
|
--host=$(TARGET) \
|
|
--disable-dependency-tracking \
|
|
--disable-dependency-tracking \
|
|
|
|
+ --disable-documentation \
|
|
--enable-static \
|
|
--enable-static \
|
|
--disable-shared \
|
|
--disable-shared \
|
|
--with-ev=$${PWD}/../dist/$(ARCH)/libev \
|
|
--with-ev=$${PWD}/../dist/$(ARCH)/libev \
|