mirror of
https://git.code.sf.net/p/fldigi/flrig
synced 2026-08-13 17:28:24 -04:00
regex lib
* remove -lregex from build
This commit is contained in:
parent
7f6c96aa30
commit
37918b0410
3 changed files with 4 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 .
|
||||
|
|
|
|||
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue