]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/macosx/sigrok-native-macosx
license: remove FSF postal address from boiler plate license text
[sigrok-util.git] / cross-compile / macosx / sigrok-native-macosx
index 7ec0ccf8fce00904803d04ca2dd0046141cddebe..779d1d15a68d67935431d82a4c7e7899d6fee7a7 100755 (executable)
@@ -15,8 +15,7 @@
 ## GNU General Public License for more details.
 ##
 ## You should have received a copy of the GNU General Public License
-## along with this program; if not, write to the Free Software
-## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
 set -e
@@ -89,7 +88,7 @@ cd libsigrok
 ./autogen.sh
 mkdir build
 cd build
-PKG_CONFIG_PATH=$P ../configure $C --disable-java
+PKG_CONFIG_PATH=$P ../configure $C
 $SB make $PARALLEL $V
 PYTHONPATH=$PYPATH $SB make install $V
 $SB make check $V