regex lib

* remove -lregex from build
This commit is contained in:
David Freese 2020-07-12 07:26:44 -05:00
parent 7f6c96aa30
commit 37918b0410
3 changed files with 4 additions and 6 deletions

View file

@ -2,8 +2,6 @@ AC_DEFUN([AC_FLRIG_NP_COMPAT], [
AC_REQUIRE([AC_FL_MACOSX])
AC_REQUIRE([AC_FL_WIN32])
AM_CONDITIONAL([COMPAT_REGEX], [test "x$ac_cv_header_regex_h" != "xyes"])
if test "x$target_mingw32" = "xyes"; then
sem_libs="pthreadGC2"
else

View file

@ -8,10 +8,10 @@ autoreconf
--with-ptw32=$PREFIX/i686-w64-mingw32.static \
--with-libiconv-prefix=$PREFIX/iconv \
--enable-static \
PTW32_LIBS="-lpthread -lpcreposix -lpcre -lregex" \
PTW32_LIBS="-lpthread -lpcreposix -lpcre" \
FLTK_CONFIG=$PREFIX/i686-w64-mingw32.static/bin/fltk-config
make -j 3
make -j 8
$PREFIX/bin/i686-w64-mingw32.static-strip src/flrig.exe
make nsisinst
mv src/*setup*exe .

View file

@ -6,10 +6,10 @@
--with-ptw32=$PREFIX/i686-w64-mingw32.static \
--with-libiconv-prefix=$PREFIX/iconv \
--enable-static \
PTW32_LIBS="-lpthread -lpcreposix -lpcre -lregex" \
PTW32_LIBS="-lpthread -lpcreposix -lpcre" \
FLTK_CONFIG=$PREFIX/i686-w64-mingw32.static/bin/fltk-config
make -j 3
make -j 8
$PREFIX/bin/i686-w64-mingw32.static-strip src/flrig.exe
make nsisinst
mv src/*setup*exe .