Package Details: mingw-w64-civetweb 1.16-2

Git Clone URL: https://aur.archlinux.org/mingw-w64-civetweb.git (read-only, click to copy)
Package Base: mingw-w64-civetweb
Description: Embedded C/C++ web server (mingw-w64)
Upstream URL: https://github.com/civetweb/civetweb
Licenses: MIT
Submitter: grandchild
Maintainer: grandchild
Last Packager: grandchild
Votes: 0
Popularity: 0.000000
First Submitted: 2019-07-12 14:58 (UTC)
Last Updated: 2023-08-05 20:01 (UTC)

Dependencies (3)

Required by (0)

Sources (2)

Latest Comments

grandchild commented on 2020-04-29 14:30 (UTC)

Re openssl as optdepends: The following commands and output lead me to believe the binaries are usable without. It makes me far from sure though. What would you do to check that it is not a necessary dependency?

$ x86_64-w64-mingw32-objdump -x  pkg/mingw-w64-civetweb/usr/x86_64-w64-mingw32/bin/libcivetweb.dll | grep -i DLL
    DLL Name: KERNEL32.dll
    DLL Name: msvcrt.dll
    DLL Name: libwinpthread-1.dll
    DLL Name: libssp-0.dll
    DLL Name: WS2_32.dll

$ x86_64-w64-mingw32-objdump -x  pkg/mingw-w64-civetweb/usr/x86_64-w64-mingw32/bin/civetweb.exe | grep -i DLL
    DLL Name: ADVAPI32.dll
    DLL Name: comdlg32.dll
    DLL Name: KERNEL32.dll
    DLL Name: msvcrt.dll
    DLL Name: SHELL32.dll
    DLL Name: libssp-0.dll
    DLL Name: USER32.dll
    DLL Name: libcivetweb.dll

Re make install: Yes that does the same.

Thanks for checking all this! :)

xantares commented on 2020-04-29 12:01 (UTC) (edited on 2020-04-29 12:01 (UTC) by xantares)

hi,

are you sure mingw-w64-openssl belongs to optdepends instead of depends ?

arch should be "any"

for installation doesnt 'make install DESTDIR="${pkgdir}"' from build dir work ?