When the option SMB is ON, the port fails to package. While here: * Reorder Makefile variables * Change obsolete @unexec to @postexec * Rework patches to comply with makepatch format PR: 244778 Submitted by: tommyhp2@gmail.com Approved by: lukas.slebodnik@intrak.sk (maintainer, timeout)
15 lines
621 B
Text
15 lines
621 B
Text
--- src/external/inotify.m4.orig 2014-09-17 13:01:37 UTC
|
|
+++ src/external/inotify.m4
|
|
@@ -20,10 +20,10 @@ int main () {
|
|
AS_IF([test x"$inotify_works" != xyes],
|
|
[AC_CHECK_LIB([inotify],
|
|
[inotify_init],
|
|
- [INOTIFY_LIBS="$sss_extra_libdir -linotify"
|
|
+ [INOTIFY_LIBS="-L$sss_extra_libdir -linotify"
|
|
inotify_works=yes],
|
|
[inotify_works=no],
|
|
- [$sss_extra_libdir])]
|
|
+ [-L$sss_extra_libdir])]
|
|
)
|
|
|
|
AS_IF([test x"$inotify_works" = xyes],
|