You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/patches/miniupnpd/104-disable-libuuid-checkin...

36 lines
880 B
Diff

--- miniupnpd/configure
+++ miniupnpd/configure
@@ -671,19 +671,19 @@
fi
# UUID API
-case $OS_NAME in
- OpenWrt)
- echo "#define LIB_UUID" >> ${CONFIGFILE}
- ;;
- *)
- if grep uuid_create /usr/include/uuid.h > /dev/null 2>&1 ; then
- echo "#define BSD_UUID" >> ${CONFIGFILE}
- fi
- if grep uuid_generate /usr/include/uuid/uuid.h > /dev/null 2>&1 ; then
- echo "#define LIB_UUID" >> ${CONFIGFILE}
- fi
- ;;
-esac
+#case $OS_NAME in
+# OpenWrt)
+# echo "#define LIB_UUID" >> ${CONFIGFILE}
+# ;;
+# *)
+# if grep uuid_create /usr/include/uuid.h > /dev/null 2>&1 ; then
+# echo "#define BSD_UUID" >> ${CONFIGFILE}
+# fi
+# if grep uuid_generate /usr/include/uuid/uuid.h > /dev/null 2>&1 ; then
+# echo "#define LIB_UUID" >> ${CONFIGFILE}
+# fi
+# ;;
+#esac
# set V6SOCKETS_ARE_V6ONLY to 0 if it was not set above
if [ -z "$V6SOCKETS_ARE_V6ONLY" ] ; then